Class ConsolePanel

All Implemented Interfaces:
KeyListener, ImageObserver, MenuContainer, Closeable, Serializable, AutoCloseable, EventListener, Accessible

public class ConsolePanel extends JPanel implements Closeable, KeyListener
A panel that looks like a pseudo terminal. At the panel creation, a TCP session is opened with the OppNetConsole running on the local host, and the panel allows to enter commands that are sent to the console and display its replies.
See Also: