The tool displays a jMusic class as music notation. To use it write: new ShowScore(scoreName); Where scoreName is the jMusic Score object. Alternately: new ShowScore(scoreName, xpos, ypos); Where xpos and ypos are intergers specifying the topleft position of the window. This is useful if you want to use DrawScore in conjunction with some other GUI interface which is already positioned in the top left corner of the screen.
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.