An open API service indexing awesome lists of open source software.

https://github.com/lizainslie/console4j

An idiomatic rewrite of https://github.com/LizAinslie/JConsole
https://github.com/lizainslie/console4j

Last synced: 1 day ago
JSON representation

An idiomatic rewrite of https://github.com/LizAinslie/JConsole

Awesome Lists containing this project

README

          

# Console4J
An extensible console window for Java applications, made using Swing.

## Getting Started
Basic examples can be found in both [Java](src/test/java/ConsoleExample.java) and [Kotlin](src/test/kotlin/Example.kt).

## License
This project is licensed under the permissive [MIT License](LICENSE.txt)

## Contributing
Contributions are always welcome!

If you add any important features please update the existing examples or make new examples to demonstrate them.