Package swingtree.components
@NullMarked
package swingtree.components
-
ClassDescription
JBox
is a generic lightweight container similar tojavax.swing.JPanel
, but with 2 important differences: TheJBox
is transparent by default, meaning that it does not paint its background if it is not explicitly set through the style API.AJLabel
subclass specifically designed to display icons only.TheJScrollPanels
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 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
.