Package guiLayer

Examples of guiLayer.EditorFrame$EditorFrameInnerData


    public void startEditor()
    {
     
      OpenClassMessagesMediator msgMed = new OpenClassMessagesMediator();
      EditorFrame frame = new EditorFrame(msgMed,classroomName);
      addLength();
      msgMed.setEditorInfo(frame.data.ei);
      frame.setVisible(true);
      new Thread(new MsgFromServerReader(readFromServerQueue,frame.data.ei)).start();
     
    }
View Full Code Here

TOP

Related Classes of guiLayer.EditorFrame$EditorFrameInnerData

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.