smacs.gui.explorer
Class SmacsIdentity
java.lang.Object
smacs.xngr.browser.exchanger.XngrIdentity
smacs.gui.explorer.SmacsIdentity
- All Implemented Interfaces:
- ExchangerIdentity
- public class SmacsIdentity
- extends XngrIdentity
derives from XngrIdentity adding SMACS info.
This makes Splash and AboutBox to show the SMACS project info.
|
Constructor Summary |
protected |
SmacsIdentity()
initiaized to SMACS project info. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmacsIdentity
protected SmacsIdentity()
- initiaized to SMACS project info.
- See Also:
getIdentity()
getIdentity
public static ExchangerIdentity getIdentity()
- return singleton. call this function early.
getMaximumTextWidth
public int getMaximumTextWidth()
- . Here we prefer a wider default window size.
- Specified by:
getMaximumTextWidth in interface ExchangerIdentity- Overrides:
getMaximumTextWidth in class XngrIdentity