Package <Unnamed>

Class Summary
CnvWrapper CnvWrapper is a facade for Combined_CNV written by Stephan Sanders and Christopher Mason it uses a Java interface to provide simple and intuitive commands that are backed by the perl script.
CommandLineInterface CommandLineInterface instances populate the desktop pane of CNVisor, whenever a Combined_CNV function is called.
FileEditor a class to read and write to text files interactively from the desktop pane.
Grapher takes information from a text file, and loads it into an array of hashes that represent the graph, the actual graphing is yet to be implemented.
PopWindow PopWindow is an extension of the JDialog class and is an instance of a pop up box that allows for the user to input required fields for CombinedCNV after the input button is pressed, the PopWindow will close and write to the log.txt file any commands inputted.
SpringUtilities A 1.4 file that provides utility methods for creating form- or grid-style layouts with SpringLayout.
StatusScreen a class to bring up various text files up on the home destop pane of CnvWrapper.
Updater essentially useless