public class BrowserStartup extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BrowserActions |
actions |
protected ValidationHandler |
error_handler |
protected JFrame |
frame |
protected BrowserMenuBar |
menu |
BrowserPanel |
panel |
protected String |
startPage |
protected JFrame |
validation_console |
| Constructor and Description |
|---|
BrowserStartup() |
BrowserStartup(String startPage) |
| Modifier and Type | Method and Description |
|---|---|
void |
initUI()
Initializes all UI components but does not display frame and does not load any pages.
|
void |
launch()
Loads the first page (specified in the constructor) and shows the frame.
|
static void |
main(String[] args)
The main program for the BrowserStartup class
|
public BrowserPanel panel
protected BrowserMenuBar menu
protected JFrame frame
protected JFrame validation_console
protected BrowserActions actions
protected String startPage
protected ValidationHandler error_handler
public BrowserStartup()
public BrowserStartup(String startPage)
public void initUI()
public static void main(String[] args)
args - The command line argumentspublic void launch()
Copyright © 2023. All rights reserved.