Package be.xtnd.commons

Examples of be.xtnd.commons.Splash


   *
   * @see Config
   */
  private void initWindow(ImageIcon icon, JMenuBar rootMenuBar, JToolBar toolBar, String config,
      ResourceBundle bundle){
    s = new Splash(10, bundle);
    glassPane = new WaitFrame(CommonsI18n.tr("Loading in progress..."));

    s.start();
    this.setSize(appliSize);
    this.setLocationRelativeTo(this.getParent());
View Full Code Here

TOP

Related Classes of be.xtnd.commons.Splash

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.