Package org.freeplane.core.ui.components

Examples of org.freeplane.core.ui.components.JFreeplaneMenuItem.addActionListener()


  }

  public void layout(final DefaultFormBuilder builder) {
    layout(builder, mButton);
    final JMenuItem item = new JFreeplaneMenuItem(TextUtils.getOptionalText("ColorProperty.ResetColor"));
    item.addActionListener(new ActionListener() {
      public void actionPerformed(final ActionEvent e) {
        setValue(defaultColor);
      }
    });
    menu.add(item);
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.