Example #1
0
 public void setBackgroundColor(Color theColor) {
   _myFont.setBackgroundColor(new java.awt.Color(theColor.r, theColor.g, theColor.b, theColor.a));
 }