public void startProgress() {
   showClientBuildDate();
   simpleProgress.setVisible(true);
   show();
   simpleProgress.startProgress();
 }
 public void explicitShow() {
   showClientBuildDate();
   simpleProgress.setVisible(false);
   show();
 }