Exemplo n.º 1
0
 /**
  * *********************************************************************** Test
  *
  * @param args ignored
  */
 public static void main(String[] args) {
   Adempiere.startup(true);
   Env.setContext(Env.getCtx(), "#AD_Client_ID", 11);
   FormFrame ff = new FormFrame();
   ff.openForm(1111, "org.compiere.apps.form.VAttributeGrid", "Attribute Table");
   ff.pack();
   AEnv.showCenterScreen(ff);
 } //	main