Class and Description |
---|
com.jgoodies.forms.builder.ButtonBarBuilder
Replaced by the
ButtonBarBuilder2 that comes with
a smaller, safer, better, and more convenient API. |
com.jgoodies.forms.util.Utilities
Replaced by
FormUtils . Will be removed
from the next Forms version. |
Method and Description |
---|
com.jgoodies.forms.factories.FormFactory.createGapColumnSpec(ConstantSize)
Replaced by
ColumnSpec.createGap(ConstantSize) .
This method will be removed from the next Forms version. |
com.jgoodies.forms.factories.FormFactory.createGapRowSpec(ConstantSize)
Replaced by
RowSpec.createGap(ConstantSize) .
This method will be removed from the next Forms version. |
com.jgoodies.forms.util.Utilities.isLafAqua()
Replaced by
FormUtils.isLafAqua() . |
Constructor and Description |
---|
com.jgoodies.forms.layout.ColumnSpec(String)
Replaced by
ColumnSpec.decode(String) |
com.jgoodies.forms.layout.RowSpec(String)
Replaced by
RowSpec.decode(String) . |
Copyright © 2002-2009 JGoodies Karsten Lentzsch. All Rights Reserved.