Class BrowserStartup

java.lang.Object
org.xhtmlrenderer.demo.browser.BrowserStartup

public class BrowserStartup extends Object
  • Field Details

    • log

      private static final org.slf4j.Logger log
    • logger

      private static final Logger logger
    • panel

      public final BrowserPanel panel
    • frame

      final JFrame frame
    • validation_console

      @Nullable JFrame validation_console
    • actions

      final BrowserActions actions
    • startPage

      private final String startPage
    • error_handler

      final ValidationHandler error_handler
  • Constructor Details

    • BrowserStartup

      public BrowserStartup()
    • BrowserStartup

      public BrowserStartup(String startPage)
  • Method Details

    • main

      public static void main(String[] args)
      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()