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.
-
OutputPanel()
- Constructor for OutputPanels.
-
handleEvent(Event)
- Java 1.0 event handling for the outputpanel.
OutputPanel
public OutputPanel()
- Constructor for OutputPanels.
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