StatusBar class has several methods:public class TestStatusBar extends AbstractMDIApplication { public TestStatusBar() { super("Test StatusBar"); this.initConfiguration(); mfactory = new SimpleMenuFactory(); super.preparePanels(4, true, false, mfactory); // create the panels with a mesage area, a status bar, and no toolbar this.setSize(500, 500); this.getStatusBar().setMessage("Hello World!"); } }
Copyright 2006-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences