Example #1
0
 public void setBtEnabled(Boolean bool) {
   textLb.setEnabled(bool);
   repaint();
 }