Example #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
Example #2
0
 /** destroy */
 @Override
 public void destroy() {
   super.destroy();
   Env.exitEnv(0);
 } //	destroy
Example #3
0
 /** stop */
 @Override
 public void stop() {
   super.stop();
 } //	stop
Example #4
0
 /** ************************************************************************ init */
 @Override
 public void init() {
   super.init();
   TextArea ta = new TextArea(Compiere.getSummary());
   add(ta);
 } //	init