org.jacorb.poa.gui.beans

Class ConsolePanel

public class ConsolePanel extends Panel implements ActionListener

Provides the functionality of a Console.

Version: 1.01, 06/11/99, RT

Author: Reimo Tiedemann, FU Berlin

Constructor Summary
ConsolePanel()
Constructor
ConsolePanel(LayoutManager layout)
ConsolePanel constructor comment.
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
void_printMessage(String text)

Constructor Detail

ConsolePanel

public ConsolePanel()
Constructor

ConsolePanel

public ConsolePanel(LayoutManager layout)
ConsolePanel constructor comment.

Parameters: layout java.awt.LayoutManager

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[]

_printMessage

public void _printMessage(String text)