public class GuiOsAdapter
extends java.lang.Object
Constructor and Description |
---|
GuiOsAdapter() |
Modifier and Type | Method and Description |
---|---|
static void |
osSpecificInitGui(MainGui mainGui)
Do any Java AWT/Swing overall GUI initialization specific to a specific operating
system.
|
public static void osSpecificInitGui(MainGui mainGui)
MainGui
, so you
cannot call the YAAC
.YAAC.getGui()
method, nor call any other methods
that internally use YAAC
.YAAC.getGui()
; you must use the
passed-in instance of MainGui.mainGui
- MainGui singleton instance for this process