Package net.sourceforge.squirrel_sql.client.update.gui

Examples of net.sourceforge.squirrel_sql.client.update.gui.UpdateSummaryDialog


    GUIUtils.processOnSwingEventThread(new Runnable()
    {

      public void run()
      {
        UpdateSummaryDialog dialog =
          new UpdateSummaryDialog(_app.getMainFrame(), artifactStatusItems, UpdateControllerImpl.this);
        dialog.setInstalledVersion(installedVersion);
        dialog.setAvailableVersion(currentVersion);
        GUIUtils.centerWithinParent(_app.getMainFrame());
        dialog.setVisible(true);
      }

    });
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.client.update.gui.UpdateSummaryDialog

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.