public class AboutPane extends Object
for license details.| Modifier and Type | Field and Description |
|---|---|
private static boolean |
advanced |
private JDialog |
dlgMain |
private JPanel |
pnlMain |
private static String |
SPLASH_FONT |
| Constructor and Description |
|---|
AboutPane()
Basic constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
doAboutOK()
Close this dialog
|
private void |
init()
Build the GUI components
|
static boolean |
isAdvanced() |
static void |
setAdvanced(boolean advanced) |
void |
showInDialog(Component parent)
A method to be exposed by our children
|
private static final String SPLASH_FONT
private static boolean advanced
private JDialog dlgMain
private JPanel pnlMain
private void init()
public void doAboutOK()
public void showInDialog(Component parent)
parent - The component to which to attach the new dialogpublic static boolean isAdvanced()
public static void setAdvanced(boolean advanced)
advanced - Turn on an advanced view of the window.