Class ScoreReader

java.lang.Object
  |
  +--ScoreReader

public class ScoreReader
extends Object

Instantiates a GUI frame that allows the user to display, load, save and modify image files. This is intended primarily for processing image files that portray musical scores.

Author:
Cory McKay

Constructor Summary
ScoreReader()
           
 
Method Summary
static void main(String[] s)
          Instantiates a MainFrame panel and/or dialog box to load an image file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScoreReader

public ScoreReader()
Method Detail

main

public static void main(String[] s)
Instantiates a MainFrame panel and/or dialog box to load an image file. One optional command line argument is allowed to specify the path of an image file.