Package gui.action

Examples of gui.action.IgnoreSomeone


    else if (1 <= buddyVector.size())
    {
      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();
View Full Code Here

TOP

Related Classes of gui.action.IgnoreSomeone

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.