Package swingtree.components


@NullMarked package swingtree.components
  • Classes
    Class
    Description
    JBox is a generic lightweight container similar to javax.swing.JPanel, but with 2 important differences: The JBox is transparent by default, meaning that it does not paint its background if it is not explicitly set through the style API.
    A more advanced glass pane implementation than the default Swing glass pane of a JRootPane object (A regular JPanel.
    A JLabel subclass specifically designed to display icons only.
    The JScrollPanels class is a container for a list of scrollable UI components representing view models or simple data models which are dynamically turned into views by a ViewSupplier.
    Instances of this are entries of this JScrollPanels.
    An implementation of a "split button" where the left (larger) side acts like a normal button and the right side down arrow based button opens an attached JPopupMenu.