Class AboutBox

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Runnable, Accessible, RootPaneContainer, WindowConstants

public final class AboutBox extends JDialog implements Runnable
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • scroll

      private final JScrollPane scroll
    • go

      private boolean go
  • Constructor Details

  • Method Details

    • loadPage

      public void loadPage(String url_text, XHTMLPanel panel) throws MalformedURLException
      Throws:
      MalformedURLException
    • startScrolling

      public void startScrolling()
    • run

      public void run()
      Main processing method for the AboutBox object
      Specified by:
      run in interface Runnable
    • setVisible

      public void setVisible(boolean vis)
      Sets the visible attribute of the AboutBox object
      Overrides:
      setVisible in class Dialog
      Parameters:
      vis - The new visible value
    • main

      public static void main(String[] args)
      The main program for the AboutBox class
      Parameters:
      args - The command line arguments