Package jm.gui.cpn

Examples of jm.gui.cpn.Notate


     * @param Score
     * @param xLoc  the left-right location of the window
     * @param yLoc  the up-down location of the window
     */
    public static void notate(Score s, int xLoc, int yLoc) {
        new Notate(s, xLoc, yLoc);
    }
View Full Code Here


     * @param Score
     * @param xLoc  the left-right location of the window
     * @param yLoc  the up-down location of the window
     */
    public static void notation(Score s, int xLoc, int yLoc) {
        new Notate(s, xLoc, yLoc);
    }
View Full Code Here

TOP

Related Classes of jm.gui.cpn.Notate

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.