Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 635 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 635 Bytes

JCommandPanel

Java GUI component which simulates console behaviour

Features:

  • Provides simple GUI for typing textual commands and displaying custom application output

  • Customizable look

  • Built-in command history

Usage:

  • Write a parser class which implements the CommandParser interface and override parseCommand method.

  • Put JCommandPanel instance on your application frame and assign your parser instance to it.

Preview:

![Default look] (https://dl.dropboxusercontent.com/u/24945700/slike/command1.png) ![Black and green] (https://dl.dropboxusercontent.com/u/24945700/slike/command2.png)