| Class and Description |
|---|
| com.jgoodies.forms.util.Utilities
Replaced by
FormUtils. Will be removed from the Forms 2.0. |
| Method and Description |
|---|
| com.jgoodies.forms.factories.FormFactory.createGapColumnSpec(ConstantSize)
Replaced by
ColumnSpec.createGap(ConstantSize).
This method will be removed from the Forms 2.0 API. |
| com.jgoodies.forms.factories.FormFactory.createGapRowSpec(ConstantSize)
Replaced by
RowSpec.createGap(ConstantSize).
This method will be removed from the Forms 2.0 API. |
| 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-2008 JGoodies Karsten Lentzsch. All Rights Reserved.