Java GUI component which simulates console behaviour
-
Provides simple GUI for typing textual commands and displaying custom application output
-
Customizable look
-
Built-in command history
-
Write a parser class which implements the
CommandParser
interface and overrideparseCommand
method. -
Put
JCommandPanel
instance on your application frame and assign your parser instance to it.
![Default look] (https://dl.dropboxusercontent.com/u/24945700/slike/command1.png) ![Black and green] (https://dl.dropboxusercontent.com/u/24945700/slike/command2.png)