Package com.cellasoft.jchat.utils

Examples of com.cellasoft.jchat.utils.ColorPopupMenu


        jToolBar1.setFloatable(false);
        jToolBar1.setRollover(true);
        jToolBar1.add(filler1);

        ColorPopupMenu foregColorPop = new ColorPopupMenu(this,(MenuToggleButton)colorTB,true);
        ((MenuToggleButton)colorTB).setPopupMenu(foregColorPop);
        colorTB.setFocusable(false);
        colorTB.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
        colorTB.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
        colorTB.addActionListener(new java.awt.event.ActionListener() {
View Full Code Here


        jToolBar1.setFloatable(false);
        jToolBar1.setRollover(true);
        jToolBar1.add(filler1);

        ColorPopupMenu foregColorPop = new ColorPopupMenu(this,(MenuToggleButton)colorTB,true);
        ((MenuToggleButton)colorTB).setPopupMenu(foregColorPop);
        colorTB.setFocusable(false);
        colorTB.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
        colorTB.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
        jToolBar1.add(colorTB);
View Full Code Here

TOP

Related Classes of com.cellasoft.jchat.utils.ColorPopupMenu

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.