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

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


    currentPicture = new PicturesContent();
    pictures.add(currentPicture);
    receivers = Collections.synchronizedList(new ArrayList<JID>());

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

    receivers.add(userName);
    thread = t;
    window = new PictureChatFrame(this, currentPicture, historyPanel);
View Full Code Here

TOP

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

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.