Package jmsltestsuite

Class MultipleScoresDemo2

java.lang.Object
jmsltestsuite.MultipleScoresDemo2

public class MultipleScoresDemo2
extends java.lang.Object
Open up a Frame and display two different scores in the same frame
Author:
Nick Didkovsky, March 21, 2002, (c) 2002 Nick Didkovsky, all rights reserved
  • Constructor Summary

    Constructors
    Constructor Description
    MultipleScoresDemo2()  
  • Method Summary

    Modifier and Type Method Description
    Score gimmeScore()  
    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

    • MultipleScoresDemo2

      public MultipleScoresDemo2()
  • Method Details

    • gimmeScore

      public Score gimmeScore()
      Returns:
      a new Score with a whole note in it
    • main

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