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