Package gui.action

Examples of gui.action.RemoveChatPanel


      sendButton.addActionListener(new SendMessageToGroup());
      messageField.addKeyListener(new SendMessageToGroup());
    }
    ignore.addActionListener(new IgnoreSomeone());
    unIgnore.addActionListener(new UnIgnoreSomeone());
    close.addActionListener(new RemoveChatPanel(MainFrame.myRef));

    this.setLayout(layout);
    this.initMessagePanel();
    this.initRighPanel();
View Full Code Here

TOP

Related Classes of gui.action.RemoveChatPanel

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.