Package jmsltestsuite

Class DrawWithMouseOnScore

java.lang.Object
jmsltestsuite.DrawWithMouseOnScore

public class DrawWithMouseOnScore
extends java.lang.Object
Use the new scoreCanvasDragged() callback in ScoreCanvasListener to draw onto a Score with the mouse. Hold the ALT key down and drag the mouse around.
Author:
Nick Didkovsky (c) 2006 All Rights reserved
  • Constructor Summary

    Constructors
    Constructor Description
    DrawWithMouseOnScore()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DrawWithMouseOnScore

      public DrawWithMouseOnScore()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)