Skip to content

MiloradFilipovic/JCommandPanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Java GUI component which simulates terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages