Example #1
0
 public GenericWidget(int X, int Y, int width, int height) {
   setGeometry(new Rectangle(X, Y, width, height));
   initProperties();
 }
Example #2
0
 public GenericWidget() {
   initProperties();
 }