* @param yourPatcherName This will be used as the title on the GUI.
* @param yourDescription This will be displayed under the title.
*/
public SPDefaultGUI(final String yourPatcherName, final String yourDescription) {
super(yourPatcherName);
pbar = new LProgressBar(250, 15, new Font("SansSerif", Font.PLAIN, 11), new Color(180, 180, 180));
SPProgressBarPlug.addProgressBar(pbar);
SwingUtilities.invokeLater(new Runnable() {
@Override
public void run() {