-
QuetexJ is a Java Swing MVC sets library that supports pseudo endless text-component.
-
QuetexJ is useful for outputting adhoc text information like logging.
-
QuetexJ automatically chops beginning of text to free memory according to height of text component behind view-port. Of course the physical line layouts are kept.
-
QuetexJ works closely with vertical JScrollBar to keep view-port view when chopping text.
-
QuetexJ supports auto-tracking mode that always displays last part of text component to view-port.
-
QuetexJ includes log handler that complies with java.util.logging.
-
QuetexJ archive includes test-harness GUI for trial use.
-
QuetexJ needs to use Maven 3.3.9+ and JDK 1.8+ to be built.
-
QuetexJ runtime does not depend on any other library at all. Just compile Java sources under
src/main/java/
if you don't use Maven.
- Code is under The MIT License.
- By olyutorskii at 2019
--- EOF ---