コード例 #1
0
 public void startProgress() {
   showClientBuildDate();
   simpleProgress.setVisible(true);
   show();
   simpleProgress.startProgress();
 }
コード例 #2
0
 public void explicitShow() {
   showClientBuildDate();
   simpleProgress.setVisible(false);
   show();
 }