示例#1
0
 @Override
 public void removeLayoutComponent(Component c) {
   ((JComponent) c).putClientProperty(iPlatformComponent.RARE_SWING_WIDTH_FIXED_VALUE, null);
   ((JComponent) c).putClientProperty(iPlatformComponent.RARE_SWING_HEIGHT_FIXED_VALUE, null);
   super.removeLayoutComponent(c);
 }