Package org.xhtmlrenderer.demo.browser
Class BrowserStartup
java.lang.Object
org.xhtmlrenderer.demo.browser.BrowserStartup
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BrowserActions
protected final ValidationHandler
protected JFrame
private static final org.slf4j.Logger
private static final Logger
protected BrowserMenuBar
protected final String
protected JFrame
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
The main program for the BrowserStartup classprivate static void
-
Field Details
-
log
private static final org.slf4j.Logger log -
panel
-
frame
-
validation_console
-
actions
-
startPage
-
error_handler
-
logger
-
-
Constructor Details
-
BrowserStartup
public BrowserStartup() -
BrowserStartup
-
-
Method Details
-
initUI
public void initUI()Initializes all UI components but does not display frame and does not load any pages. -
main
The main program for the BrowserStartup class- Parameters:
args
- The command line arguments
-
launch
public void launch()Loads the first page (specified in the constructor) and shows the frame. -
setLookAndFeel
private static void setLookAndFeel()
-