| 方法和说明 |
|---|
| net.miginfocom.layout.UnitValue.getDefaultUnit() |
| net.miginfocom.layout.CC.growY(Float) |
| net.miginfocom.swing.SwingComponentWrapper.isMaxSizeSetOn1_4()
Java 1.4 is not supported anymore
|
| net.miginfocom.layout.Grid.layout(int[], UnitValue, UnitValue, boolean, boolean)
since 5.0 Last boolean is not needed and is gotten from the new
ComponentWrapper.getContentBias() instead; |
| net.miginfocom.layout.UnitValue.setDefaultUnit(int) |
| net.miginfocom.swing.SwingComponentWrapper.setMaxSizeSetOn1_4(boolean)
Java 1.4 is not supported anymore
|
| net.miginfocom.layout.AC.shrinkWeight(float)
in 3.7.2. Use
AC.shrink(float) instead. |
| net.miginfocom.layout.AC.shrinkWeight(float, int...)
in 3.7.2. Use
AC.shrink(float, int...) instead. |
Copyright © 2021. All rights reserved.