Class BrowserStartup

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

public class BrowserStartup extends Object
  • Field Details

  • Constructor Details

    • BrowserStartup

      public BrowserStartup()
    • BrowserStartup

      public BrowserStartup(String startPage)
  • Method Details

    • initUI

      public void initUI()
      Initializes all UI components but does not display frame and does not load any pages.
    • 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()