dtwApplet is the main driver program that extend JApplet and is the
class called when the applet is loaded, which inturn initialize all
other objects and components need to run the applet
hierarchy: JApplet->dtwApplet
SpectrumPanel is a canvas to draw the spectrogram for attached signal
each frequency interval of each frame will be painted as a color cell
connect the color cells together to form a spectrogram.