Skip to Main Content
Class OutputPanel

Class OutputPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----OutputPanel

public class OutputPanel
extends Panel
A class which contains displays and controls related to the currently computed fundamental domain and the maxpow to use.


Constructor Index

 o OutputPanel()
Constructor for OutputPanels.

Method Index

 o handleEvent(Event)
Java 1.0 event handling for the outputpanel.

Constructors

 o OutputPanel
 public OutputPanel()
Constructor for OutputPanels.

Methods

 o handleEvent
 public boolean handleEvent(Event e)
Java 1.0 event handling for the outputpanel.

Parameters:
e - the event to be handled.
Overrides:
handleEvent in class Component