Details
Description
Not all of the standard swing widgets and classes are supported via the Swing Builder. Notable absences:
JColorChooser
JFormattedTextField
JLayeredPane
JScrollBar
JSlider
JSpinner
JViewport
BorderLayout (awt)
CardLayout (awt)
FlowLayout (awt)
GridBagLayout (awt)
GridBagConstarints (awt)
gridLayout (awt)
overlayLayout
springLayout
ButtonGroup
DefaultBounderRangeModel
SpinnerDateModel
SpinnerListModel
SpinnerNumberModel
SpringLayout
Also included in this patch is implicit dialog and window parenting: a dialog created inside of a frame block will have that frame as it's owner.