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 TypeFieldDescription(package private) final BrowserActions
(package private) final ValidationHandler
(package private) final JFrame
private static final org.slf4j.Logger
private static final Logger
final BrowserPanel
private final String
(package private) @Nullable JFrame
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
launch()
Loads the first page (specified in the constructor) and shows the frame.static void
The main program for the BrowserStartup classprivate static void
private static void
private static void
-
Field Details
-
log
private static final org.slf4j.Logger log -
logger
-
panel
-
frame
-
validation_console
@Nullable JFrame validation_console -
actions
-
startPage
-
error_handler
-
-
Constructor Details
-
BrowserStartup
public BrowserStartup() -
BrowserStartup
-
-
Method Details
-
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() -
setLookAndFeel_mac
private static void setLookAndFeel_mac() -
setLookAndFeel_nonMac
private static void setLookAndFeel_nonMac()
-