Package hu.u_szeged.nbo.client.util.ui

Examples of hu.u_szeged.nbo.client.util.ui.ImageManager


  public NBOClientMainWindow() {
    super(null);

    this.events = new EventCentral(this);
    this.imageManager = new ImageManager();

    this.createComponents();
    this.create();
    this.getShell().setMinimumSize(780, 680);
    this.getShell().setMaximized(Boolean.parseBoolean(ConfigurationManager.settings.get("maximize")));
View Full Code Here

TOP

Related Classes of hu.u_szeged.nbo.client.util.ui.ImageManager

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.