Class ConsolePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ConsolePanel extends JPanel
TODO : add buttons to start and stop the console TODO : allow to set the size 9including no limit text size)
Since:
1.0 Nov 26, 2009, 1.0
Version:
%I%, %G%
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • ConsolePanel

      public ConsolePanel()
  • Method Details

    • main

      public static void main(String[] args)
      Auto-generated main method to display this JPanel inside a new JFrame.
    • resetOutput

      public void resetOutput()
      Reset the System.out and System.err outputs to default
    • getClearLogButton

      public JButton getClearLogButton()
    • setMessages

      public void setMessages(Stack<String> messages)