Package com.sshtools.common.ui

Examples of com.sshtools.common.ui.EmptyIcon


*
* @param model
*/
    public MRUAction(MRUListModel model) {
        putValue(Action.NAME, "Recent");
        putValue(Action.SMALL_ICON, new EmptyIcon(16, 16));
        putValue(Action.SHORT_DESCRIPTION, "Recent connections");
        putValue(Action.LONG_DESCRIPTION, "Recent connection files");
        putValue(Action.MNEMONIC_KEY, new Integer('r'));
        putValue(Action.ACTION_COMMAND_KEY, "recent");
        putValue(StandardAction.ON_MENUBAR, new Boolean(true));
View Full Code Here


*
* @param model
*/
    public MRUAction(MRUListModel model) {
        putValue(Action.NAME, "Recent");
        putValue(Action.SMALL_ICON, new EmptyIcon(16, 16));
        putValue(Action.SHORT_DESCRIPTION, "Recent connections");
        putValue(Action.LONG_DESCRIPTION, "Recent connection files");
        putValue(Action.MNEMONIC_KEY, new Integer('r'));
        putValue(Action.ACTION_COMMAND_KEY, "recent");
        putValue(StandardAction.ON_MENUBAR, new Boolean(true));
View Full Code Here

TOP

Related Classes of com.sshtools.common.ui.EmptyIcon

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.