251252253254255256257258
* 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); }