Package hu.u_szeged.nbo.client.ui.event

Examples of hu.u_szeged.nbo.client.ui.event.EventCentral


  private StatusBar statusBar;

  public NBOClientMainWindow() {
    super(null);

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

    this.createComponents();
    this.create();
    this.getShell().setMinimumSize(780, 680);
View Full Code Here

TOP

Related Classes of hu.u_szeged.nbo.client.ui.event.EventCentral

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.