Package lev.gui

Examples of lev.gui.LProgressBar


     * @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() {
View Full Code Here

TOP

Related Classes of lev.gui.LProgressBar

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.