public static final class JSLDesktop.Factory extends Object
Modifier and Type | Method and Description |
---|---|
static JSLDesktop |
createDesktop(String title) |
static JSLDesktop |
getDesktop() |
static JFrame |
getRootFrame()
Returns the root JFrame for the
owner parameter for
JDialog constructor. |
static void |
setGUIMode(boolean useMDI)
Select GUI mode.
|
static boolean |
useMDI() |
public static JFrame getRootFrame()
owner
parameter for
JDialog
constructor. Use this for a dialog window which
does not depend on a frame.#getInstance()
public static JSLDesktop getDesktop()
public static void setGUIMode(boolean useMDI)
useMDI
- if true MDI (single window mode) is used, otherwise SDI
(multiple window mode) is used.public static boolean useMDI()
true
in MDI mode, false
in SDI
mode.public static JSLDesktop createDesktop(String title)
Copyright © 2014. All Rights Reserved.