Skip to content

grahamedgecombe/jterminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JTerminal

Introduction

JTerminal is a (roughly) VT100-compatible terminal emulator for Swing-based Java applications.

Building

JTerminal can be built with the Java Development Kit and Apache Maven.

Typing the command mvn package into the terminal will build the project and create a jar file in the target directory which you can then embed in your own projects.

Testing

The unit tests can be executed with the mvn test command in the terminal.

Documentation

Javadocs can be generated by using the mvn site command in the terminal.

Source Code

The original JTerminal source code can be found on GitHub. Feedback and patches are welcome!

Copyright

JTerminal is open-source software released under the MIT license, please see the LICENSE file for details.

About

JTerminal is a (roughly) VT100-compatible terminal emulator for Swing-based Java applications.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages