Class Aboutbox.AboutBox
All Packages Class Hierarchy This Package Previous Next Index
Class Aboutbox.AboutBox
Object
|
+----Component
|
+----Container
|
+----Panel
|
+----Aboutbox.AboutBox
- public class AboutBox
- extends Panel
- implements HyperlinkListener
Displays an about box in a panel. The content will be get from a html-page
in the Aboutbox-folder. The four logos of the participated companies are
shown above the information text. Hyperlinks in the content will open
the default web browser with the relating site.
- Author:
- Andreas Schroeter
- Since:
- 30.04.1999
-
Aboutbox.AboutBox(boolean)
- Constructor.
-
hyperlinkUpdate(HyperlinkEvent)
- Handler for hyperlink clicks
AboutBox
public AboutBox(boolean highQS)
- Constructor. Sets up the panel.
- Parameters:
- highQS - Use High-QS resolution for output
- Since:
- 30.04.1999
hyperlinkUpdate
public void hyperlinkUpdate(HyperlinkEvent e)
- Handler for hyperlink clicks
- Parameters:
- e - the event
- Since:
- 30.04.1999
All Packages Class Hierarchy This Package Previous Next Index