org.jacorb.poa.gui.poa
Class QueuePanel
java.awt.Panel
org.jacorb.poa.gui.poa.QueuePanel
- java.awt.event.ActionListener
public class QueuePanel
extends java.awt.Panel
implements java.awt.event.ActionListener
Version:
- Reimo Tiedemann, FU Berlin
void | actionPerformed(java.awt.event.ActionEvent e) - Method to handle events for the ActionListener interface.
|
static void | main(java.lang.String[] args) - main entrypoint - starts the part when it is run as an application
|
void | paint(java.awt.Graphics g)
|
QueuePanel
public QueuePanel()
Constructor
QueuePanel
public QueuePanel(java.awt.LayoutManager layout)
AOMPanel constructor comment.
layout
- java.awt.LayoutManager
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
Method to handle events for the ActionListener interface.
e
- java.awt.event.ActionEvent
main
public static void main(java.lang.String[] args)
main entrypoint - starts the part when it is run as an application
args
- java.lang.String[]
paint
public void paint(java.awt.Graphics g)