如何在2秒延迟后用另一个JFrame调用JFrame?

时间:2016-09-27 02:44:58

标签: java netbeans jframe

new SplashDemoGUI().setVisible(true);
try {
    Thread.sleep(2000);
    new sample().setVisible(true);
} catch (InterruptedException ex) {

}

也许有人可以帮助我,我已将其置于公共领域。

1 个答案:

答案 0 :(得分:0)

open Regional4
synchronize local "D:\FTP\pendidikan\sekolah" "/Reg_4/sekolah/2016"

这应该可以胜任。

修改

  

JFrame提示Swing,所以看起来Swing Timer是合适的。 - PM 77