https://github.com/radad/radconsole
A Java api for a win32-like console
https://github.com/radad/radconsole
console java java-library
Last synced: about 1 year ago
JSON representation
A Java api for a win32-like console
- Host: GitHub
- URL: https://github.com/radad/radconsole
- Owner: RadAd
- Created: 2012-10-11T09:56:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T07:22:37.000Z (over 3 years ago)
- Last Synced: 2025-05-18T22:14:21.444Z (about 1 year ago)
- Topics: console, java, java-library
- Language: Java
- Homepage:
- Size: 2.78 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RadConsole [](https://github.com/RadAd/RadConsole/releases) [](https://github.com/RadAd/RadConsole/commits/master)
==========
A Java api for a win32-like console.
The core of the module is used through the interface [Console](src/au/radsoft/console/Console.java).
Create an instance:
Console console = ConsoleUtils.create("Test", 80, 25, true);
Dependencies
------------
[Java Native Access](https://github.com/twall/jna) [](http://mvnrepository.com/artifact/net.java.dev.jna/jna)