Package de.chris_soft.fyllgen.menu.extra

Examples of de.chris_soft.fyllgen.menu.extra.ShowOptionsDialog


    new MenuItem(submenu, SWT.SEPARATOR);

    // Optionen-Dialog �ffnen.
    MenuItem options = new MenuItem(submenu, SWT.PUSH);
    options.setText("&Optionen");
    options.addListener(SWT.Selection, new ShowOptionsDialog());
  }
View Full Code Here

TOP

Related Classes of de.chris_soft.fyllgen.menu.extra.ShowOptionsDialog

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.