Package hu.u_szeged.nbo.client.ui.dialog

Examples of hu.u_szeged.nbo.client.ui.dialog.AboutDialog.open()


    this.setImageDescriptor(ImageDescriptor.createFromImageData(new ImageData("img/nbo16.png")));
  }
 
  public void run() {
    AboutDialog aboutDialog = new AboutDialog(mainWindow);
    aboutDialog.open();
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.