コード例 #1
0
ファイル: RadioButtonFigure.java プロジェクト: pkantner/prob2
 public void setBtEnabled(Boolean bool) {
   textLb.setEnabled(bool);
   repaint();
 }