示例#1
0
文件: Css.java 项目: k9m/simplechat
  public static JCheckBox getCustomCheckBox() {
    JCheckBox component = new JCheckBox();
    component.setBackground(CUSTOMPANEL_TOP);

    component.setCursor(CURSOR);

    return component;
  }