|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fullspan.hashgui.HashGui
| Field Summary | |
protected java.awt.CardLayout |
m_appContentCardLayout
|
protected javax.swing.JPanel |
m_appContentPanel
|
protected HashGuiAppPanel |
m_appPanel
|
protected HashGuiFrame |
m_frame
|
protected javax.swing.JPanel[] |
m_panels
|
| Constructor Summary | |
HashGui()
Creates a new instance of HashGui |
|
| Method Summary | |
protected void |
computeAndSetMinSize()
Loop through the display panels and figure out what the minimum width and height of the frame should be, so that all panels can be displayed at their preferred size. |
void |
exit()
|
static void |
lockMinSize(java.awt.Component comp)
Ensures that a component cannot be resized smaller than the size it has when this method is called. |
static void |
lockMinSize(java.awt.Component comp,
int minX,
int minY)
Ensures that a component cannot be resized smaller than the specified size. |
static void |
main(java.lang.String[] args)
|
protected void |
run()
|
void |
showMenuPanel()
|
void |
showPanel(java.lang.String panelName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected HashGuiFrame m_frame
protected HashGuiAppPanel m_appPanel
protected javax.swing.JPanel m_appContentPanel
protected java.awt.CardLayout m_appContentCardLayout
protected javax.swing.JPanel[] m_panels
| Constructor Detail |
public HashGui()
| Method Detail |
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - the command line arguments
java.lang.Exception
public static void lockMinSize(java.awt.Component comp,
int minX,
int minY)
Reference: http://forum.java.sun.com/thread.jspa?threadID=328852&messageID=1983147
public static void lockMinSize(java.awt.Component comp)
Reference: http://forum.java.sun.com/thread.jspa?threadID=328852&messageID=1983147
protected void run()
protected void computeAndSetMinSize()
public void exit()
exit in interface IHashGuiApppublic void showMenuPanel()
showMenuPanel in interface IHashGuiApppublic void showPanel(java.lang.String panelName)
showPanel in interface IHashGuiApp
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||