Package org.foray.render.awt.viewer

Examples of org.foray.render.awt.viewer.PreviewDialog.showPage()


        // build FO tree: time
        frame.progress(translator.getString("Build FO tree") + " ...");

        //Show page
        frame.progress(translator.getString("Show"));
        frame.showPage();
    }

    /**
     * Command-line interface for the viewer.
     * @param args Command-line arguments. This method currently uses none.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.