Example usage for javax.swing JMenu subclass-usage

List of usage examples for javax.swing JMenu subclass-usage

Introduction

In this page you can find the example usage for javax.swing JMenu subclass-usage.

Usage

From source file ColorMenu.java

public class ColorMenu extends JMenu {
    Border _activeBorder;

    Map _colorPanes;
    Border _selectedBorder;
    ColorPane _selectedColorPane;

From source file org.openmicroscopy.shoola.agents.util.ui.ScriptSubMenu.java

/** 
 * Displays the available scripts within a given directory.
 *
 * @author  Jean-Marie Burel     
 * <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @author Donald MacDonald &nbsp;&nbsp;&nbsp;&nbsp;

From source file org.openmicroscopy.shoola.agents.metadata.util.ScriptSubMenu.java

/** 
 * Displays the available scripts within a given directory.
 *
 * @author  Jean-Marie Burel &nbsp;&nbsp;&nbsp;&nbsp;
 * <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @author Donald MacDonald &nbsp;&nbsp;&nbsp;&nbsp;

From source file eu.delving.sip.menus.ExpertMenu.java

/**
 * Special functions for experts, not to be spoken of in mixed company, or among people with potential heart
 * conditions.
 *
 * @author Gerald de Jong, Beautiful Code BV, <gerald@delving.eu>
 */

From source file ColorChooserMenu.java

class ColorMenu extends JMenu {
    protected Border unselectedBorder;

    protected Border selectedBorder;

    protected Border activeBorder;

From source file com.santiagolizardo.madcommander.menu.FilesMenu.java

public class FilesMenu extends JMenu implements ActionListener {

    private static final long serialVersionUID = -3242803672077641559L;

    private LocalizedMenuItem changeAttributesMenuItem;
    private JMenuItem changeModificationDatetimeMenuItem;

From source file net.pandoragames.far.ui.swing.menu.FileMenu.java

/**
 * The "File" menu, containing basic file operations.
 * Most items will only be activated if at least one 
 * file is selected in the result list table.
 *
 * @author Olivier Wehner

From source file it.cnr.icar.eric.client.ui.swing.metal.MetalThemeMenu.java

/**
 * A JMenu for (Metal) Theme related choices.
 *
 * //TODO: add + and - commands for font size.
 * //TODO: Get theme display names from property file.
 *

From source file KjellDirdalNotepad.java

/**
 * Menu component that handles the functionality expected of a standard
 * "Windows" menu for MDI applications.
 */
class WindowMenu extends JMenu {
    private MDIDesktopPane desktop;