Package com.stoof.IM.utils

Examples of com.stoof.IM.utils.Utils


    public MenuBar(MainChat chat)
    {
        //I typically dont use "this." since it is implied and not necessary
        //file
      allUtils = new Utils(chat);
        this.file_menu = new JMenu("File");
        //open
        this.open = new JMenuItem("Open");
        this.open.setMnemonic('O');
        this.open.addActionListener(this);
View Full Code Here

TOP

Related Classes of com.stoof.IM.utils.Utils

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.