Screenshot of JTerminal

Introduction

A Swing component which roughly emulates a VT100-compatible terminal.

Download

JTerminal is available in the Maven central repository. Add the following dependency to pom.xml to get it:

<dependencies>
  ...
  <dependency>
    <groupId>com.grahamedgecombe.jterminal</groupId>
    <artifactId>jterminal</artifactId>
    <version>1.0.1</version>
  </dependency>
  ...
</dependencies>

Source code

JTerminal is open-source software available under the terms of the MIT license. The source code is hosted on GitHub. The README file contains instructions for building and testing it.