/** 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
/** ************************************************************************ init */ @Override public void init() { super.init(); TextArea ta = new TextArea(Compiere.getSummary()); add(ta); } // init