Class BrowsePanel

java.lang.Object
BrowsePanel

public class BrowsePanel extends Object
This example shows the most basic use of Flying Saucer, to display a single page, scrollable, within a JFrame. The input is a file name.
  • Field Details

  • Constructor Details

    • BrowsePanel

      public BrowsePanel()
  • Method Details

    • main

      public static void main(String[] args)
    • run

      private void run(String[] args)
    • setupUserAgentCallback

      private void setupUserAgentCallback(XHTMLPanel panel)
    • setupDocumentListener

      private void setupDocumentListener(XHTMLPanel panel)
    • getErrorDocument

      private XMLResource getErrorDocument(String reason)
    • launchLoad

      private void launchLoad()
    • getUAC

      private UserAgentCallback getUAC()
    • startRender

      private void startRender(Document document)
    • loadAndCheckArgs

      private void loadAndCheckArgs(String[] args)