Exemple #1
0
 public static GxwWin owner_(GxwWin owner) {
   GxwWin_jwindow rv = new GxwWin_jwindow((Window) owner);
   rv.setFocusable(true);
   rv.setFocusableWindowState(true);
   rv.ctor_GxwForm();
   return rv;
 }