Package weka.gui

Examples of weka.gui.DocumentPrinting


     *
     * @param e    the event
     */
    public void actionPerformed(ActionEvent e) {
      JTextPane    pane;
      DocumentPrinting   doc;
     
      pane = newCodePane();
      pane.setText(m_TextCode.getText());
      doc = new DocumentPrinting();
      doc.print(pane);
    }
View Full Code Here

TOP

Related Classes of weka.gui.DocumentPrinting

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.