Exemplo n.º 1
0
 public GenericWidget(int X, int Y, int width, int height) {
   setGeometry(new Rectangle(X, Y, width, height));
   initProperties();
 }
Exemplo n.º 2
0
 public GenericWidget() {
   initProperties();
 }