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 JFrameprivate static final org.slf4j.Loggerprivate static final Loggerfinal BrowserPanelprivate final String(package private) @Nullable JFrame -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlaunch()Loads the first page (specified in the constructor) and shows the frame.static voidThe main program for the BrowserStartup classprivate static voidprivate static voidprivate 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()
-