-
Classes Class Description com.jgoodies.forms.builder.ButtonBarBuilder Replaced by theButtonBarBuilder2
that comes with a smaller, safer, better, and more convenient API.com.jgoodies.forms.util.Utilities Replaced byFormUtils
. Will be removed from the next Forms version.
-
Methods Method Description com.jgoodies.forms.factories.FormFactory.createGapColumnSpec(ConstantSize) Replaced byColumnSpec.createGap(ConstantSize)
. This method will be removed from the next Forms version.com.jgoodies.forms.factories.FormFactory.createGapRowSpec(ConstantSize) Replaced byRowSpec.createGap(ConstantSize)
. This method will be removed from the next Forms version.com.jgoodies.forms.util.Utilities.isLafAqua() Replaced byFormUtils.isLafAqua()
.
-
Constructors Constructor Description com.jgoodies.forms.layout.ColumnSpec(String) Replaced byColumnSpec.decode(String)
com.jgoodies.forms.layout.RowSpec(String) Replaced byRowSpec.decode(String)
.