Package io.github.olyutorskii.quetexj


package io.github.olyutorskii.quetexj
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.
See Also:
  • Classes
    Class
    Description
    Automatically keep height of text component by chopping head of Document model.
    Automatic tracker that always tracks last position of BoundedRangeModel.
    Facade of MVC complexes.
    Log handler for Swing text component model(Document).