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
- Host: GitHub
- URL: https://github.com/lizainslie/console4j
- Owner: LizAinslie
- License: mit
- Created: 2021-12-17T03:42:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-24T08:18:12.000Z (almost 4 years ago)
- Last Synced: 2025-09-07T07:20:49.220Z (about 1 month ago)
- Language: Kotlin
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.