as.clynx.gui
Class GUIConst
java.lang.Object
as.clynx.gui.GUIConst
public class GUIConst
- extends java.lang.Object
The class GUIConst.java contains size variables for the GUI.
- Version:
- cLynx v.1.2, JDK 6.0: 12.10.2007
- Author:
- Andreas Senfter - andreas@senfters.com
Method Summary |
static void |
setSize(javax.swing.JComponent c,
java.awt.Dimension dim)
calculates the size of the passed JComponent. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
textize
public static final java.awt.Dimension textize
spinnerSize
public static final java.awt.Dimension spinnerSize
comboSize
public static final java.awt.Dimension comboSize
labelSize
public static final java.awt.Dimension labelSize
ANALYSIS_Mirror
public static java.util.Hashtable<java.lang.String,java.util.Properties> ANALYSIS_Mirror
GUIConst
public GUIConst()
setSize
public static void setSize(javax.swing.JComponent c,
java.awt.Dimension dim)
- calculates the size of the passed JComponent.
- Parameters:
c
- dim
-