org.jacorb.poa.gui.poa

Class AOMPanel

public class AOMPanel extends Panel implements ActionListener

Version: 1.01, 05/07/99, RT

Author: Reimo Tiedemann, FU Berlin

Constructor Summary
AOMPanel(LayoutManager layout)
AOMPanel constructor comment.
AOMPanel()
Constructor
Method Summary
voidactionPerformed(ActionEvent e)
Method to handle events for the ActionListener interface.
static voidmain(String[] args)
main entrypoint - starts the part when it is run as an application
voidpaint(Graphics g)

Constructor Detail

AOMPanel

public AOMPanel(LayoutManager layout)
AOMPanel constructor comment.

Parameters: layout java.awt.LayoutManager

AOMPanel

public AOMPanel()
Constructor

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Method to handle events for the ActionListener interface.

Parameters: e java.awt.event.ActionEvent

main

public static void main(String[] args)
main entrypoint - starts the part when it is run as an application

Parameters: args java.lang.String[]

paint

public void paint(Graphics g)