Exemplo n.º 1
0
 /** start */
 @Override
 public void start() {
   super.start();
   showStatus(Compiere.getSummary());
   Splash.getSplash();
   Compiere.startup(true, "Applet"); // 	needs to be here for UI
   new AMenu();
 } //	start
Exemplo n.º 2
0
 /** ************************************************************************ init */
 @Override
 public void init() {
   super.init();
   TextArea ta = new TextArea(Compiere.getSummary());
   add(ta);
 } //	init