public class GralCfgWindow extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
version
The version, history and license.
|
GralWindow |
window |
Modifier and Type | Method and Description |
---|---|
static GralWindow |
createWindow(java.lang.String sName,
java.lang.String sTitle,
char size,
java.lang.CharSequence sCfg,
java.io.File imgDir,
MainCmdLogging_ifc log)
Creates a window with a given configuration.
|
public static final int version
public final GralWindow window
public static GralWindow createWindow(java.lang.String sName, java.lang.String sTitle, char size, java.lang.CharSequence sCfg, java.io.File imgDir, MainCmdLogging_ifc log) throws java.text.ParseException
sName
- Name of the window inside the gral manager to address the window.sTitle
- text in the title barsize
- 'A'...'E' as pixel/grid unit for SWT graphic. 'a'...'e' same for AWT-GraphicsCfg
- textual given configuration for the window.imgDir
- start directory path where images are located if given with relative path.log
- log output for status and parse messagesjava.text.ParseException
- on errors in the sCfg