Package com.qspin.qtaste.tools.converter.ui

Examples of com.qspin.qtaste.tools.converter.ui.MainUI


   * @param args
   */
  public static void main(String[] args) {
    SwingUtilities.invokeLater(new Runnable() {
      public void run() {
        new MainUI();
      }
    });

  }
View Full Code Here

TOP

Related Classes of com.qspin.qtaste.tools.converter.ui.MainUI

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.