Package net.sf.jiga.xtended.ui

Examples of net.sf.jiga.xtended.ui.SystemTrayIcon


                                }
                        }
                });
                URL iconUrl = UIMessage._getIconResourceURL(UIMessage.MODEL_TYPE, true);
                if (trayIcon == null && iconUrl != null) {
                        trayIcon = new SystemTrayIcon(iconUrl, "OpenGL Settings");
                        trayIcon.addMenuItem(new AbstractAction("About...") {
                                @Override
                                public void actionPerformed(ActionEvent e) {
                                        UIMessage.showLightPopupMessage(new JLabel("<html>"
                                                + "Current JXA v." + JXAenvUtils2._jxaVersion()
View Full Code Here

TOP

Related Classes of net.sf.jiga.xtended.ui.SystemTrayIcon

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.