예제 #1
0
파일: Level.java 프로젝트: bartoszm/snmp123
 public void setBackground(Color bg) {
   super.setBackground(bg);
   if (label != null) {
     label.setBackground(bg);
     draw.setBackground(bg);
   }
 }