All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.awt.MenuItem Maven / Gradle / Ivy

package java.awt;

import java.awt.event.ActionListener;

public class MenuItem {
    public synchronized void addActionListener(ActionListener l) {

    }

    public MenuItem(String label, MenuShortcut s) throws HeadlessException {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy