Package swingtree.components
@NullMarked
package swingtree.components
-
ClassesClassDescription
JBoxis a generic lightweight container similar tojavax.swing.JPanel, but with 2 important differences: TheJBoxis transparent by default, meaning that it does not paint its background if it is not explicitly set through the style API.AJLabelsubclass specifically designed to display icons only.TheJScrollPanelsclass is a container for a list of scrollable UI components representing view models or simple data models which are dynamically turned into views by aViewSupplier.Instances of this are entries of thisJScrollPanels.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 attachedJPopupMenu.