Package nu.fw.jeti.plugins.drawing.ui

Examples of nu.fw.jeti.plugins.drawing.ui.PictureChatFrame


    HistoryPanel historyPanel = new HistoryPanel(this);
    history = new PictureHistory(backend, historyPanel);

    receivers.add(userName);
    thread = t;
    window = new PictureChatFrame(this, currentPicture, historyPanel);
    window.setCurrentUsers(receivers);

    writersMap = createWritersMap();

    showWindow();
View Full Code Here

TOP

Related Classes of nu.fw.jeti.plugins.drawing.ui.PictureChatFrame

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.