摘要: ButtonGroup cg = new ButtonGroup(); JRadioButton r1 = new JRadioButton("大修改", false); JRadioButton r2 = new JRadioButton("小修改", true); frame.add(r1); 阅读全文
posted @ 2016-04-10 19:14 燃烧吧,小宇宙 阅读(1923) 评论(0) 推荐(0)