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

Constructor Index

 o Aboutbox.AboutBox(boolean)
Constructor.

Method Index

 o hyperlinkUpdate(HyperlinkEvent)
Handler for hyperlink clicks

Constructors

 o AboutBox
public AboutBox(boolean highQS)
Constructor. Sets up the panel.

Parameters:
highQS - Use High-QS resolution for output
Since:
30.04.1999

Methods

 o 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