Package at.bestsolution.ext.swing

Examples of at.bestsolution.ext.swing.AlphaColorJMenuItem


    int border_v)
  {

    // AlphaColorJMenuItem item = new AlphaColorJMenuItem(color,20,20,2,border_v);

    AlphaColorJMenuItem item = new AlphaColorJMenuItem(IconProvider.getInstance(), name, color);
    item.setText(displayedText);
    item.setToolTipText(description);
    item.setName(name);

    item.setMnemonic(mnemonicKey);
    item.setAccelerator(accelerator);
    item.addChangeListener(MainWindow.getDrawingPanel());

    menu.add(item);
  }
View Full Code Here

TOP

Related Classes of at.bestsolution.ext.swing.AlphaColorJMenuItem

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.