https://github.com/grahamedgecombe/jterminal
JTerminal is a (roughly) VT100-compatible terminal emulator for Swing-based Java applications.
https://github.com/grahamedgecombe/jterminal
java swing terminal-emulators
Last synced: 2 months ago
JSON representation
JTerminal is a (roughly) VT100-compatible terminal emulator for Swing-based Java applications.
- Host: GitHub
- URL: https://github.com/grahamedgecombe/jterminal
- Owner: grahamedgecombe
- License: mit
- Created: 2011-06-01T11:40:12.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T19:41:41.000Z (over 7 years ago)
- Last Synced: 2025-04-11T02:05:12.129Z (2 months ago)
- Topics: java, swing, terminal-emulators
- Language: Java
- Homepage: http://grahamedgecombe.com/projects/jterminal
- Size: 168 KB
- Stars: 35
- Watchers: 1
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
JTerminal
=========Introduction
------------JTerminal is a (roughly) [VT100](http://en.wikipedia.org/wiki/VT100)-compatible
terminal emulator for Swing-based Java applications.Building
--------JTerminal can be built with the
[Java Development Kit](http://oracle.com/technetwork/java/javase/downloads)
and [Apache Maven](http://maven.apache.org).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](https://github.com/grahamedgecombe/jterminal). Feedback and patches
are welcome!Copyright
---------JTerminal is open-source software released under the MIT license, please see
the `LICENSE` file for details.