Package de.kopis.jusenet.ui

Examples of de.kopis.jusenet.ui.ComposeMessageWindow


     * Creates a window to write an article.
     *
     * Allows the user to enter all kind of data, like Group, Subject and stuff.
     */
    public void composeArticle() {
        ComposeMessageWindow window = new ComposeMessageWindow(_mainframe);
        window.setVisible(true);
    }
View Full Code Here

TOP

Related Classes of de.kopis.jusenet.ui.ComposeMessageWindow

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.