Package cz.cuni.mff.inetpaint.swing

Examples of cz.cuni.mff.inetpaint.swing.StatusSelectorMenu.show()


                        String status = (statusField.getForeground() == Color.gray) ? "" : statusField.getText();
                       
                        ConnectionManager.getInstance().updatePresence(Presence.Type.available, status, 20, mode);           
                    }
                });
                menu.show(statusSelector, 2, statusSelector.getHeight() + 2);
            }
        });
        statusSelector.setFocusable(false);
        statusSelector.setRolloverEnabled(true);
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.