Package jmsltestsuite
Class MutipleScoresDemo3
java.lang.Object
jmsltestsuite.MutipleScoresDemo3
- All Implemented Interfaces:
java.awt.event.ActionListener,java.util.EventListener
public class MutipleScoresDemo3
extends java.lang.Object
implements java.awt.event.ActionListener
Launch more than one score simultaneously. Nice! Do multi-tempo pieces, etc
Also show how to add a keyboard shortcut to a custom NotePropertiesTransform (select notes and
hit the "r" key a couple of times )
- Author:
- Nick Didkovsky, March 21, 2002, (c) 2002 Nick Didkovsky, all rights reserved
-
Constructor Summary
Constructors Constructor Description MutipleScoresDemo3() -
Method Summary
Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent ev)voidaddScore(Score score)static ScoregenerateSomeScore(double tempo)PVPanelgetPanel()static voidmain(java.lang.String[] args)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MutipleScoresDemo3
public MutipleScoresDemo3()
-
-
Method Details
-
addScore
-
getPanel
-
generateSomeScore
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ev)- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
main
public static void main(java.lang.String[] args)
-