Package com.group5.jfs

Examples of com.group5.jfs.Message


          }
          else
          {
            System.out.println("Error, wtf");
          }
          Message sendMessage = new Message(Main.Username,"",intent,data);
          try
          {
            //try sending the message
            new messageThread(sendMessage).start();
          } catch (Exception e)
View Full Code Here


            errorDialog errorD = new errorDialog("This Function is not supported yet");
            errorD.setVisible(true);
            }
          else
          {
            Message move = new Message(Main.Username,friendToMove,"AF2G",groupToMoveTo);
            try
            {
              //try sending the message
              new messageThread(move).start();
            } catch (Exception e)
View Full Code Here

TOP

Related Classes of com.group5.jfs.Message

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.