标签: netbeans
有人可以告诉我为什么我会用这个非常简单的代码来获取构建错误
try{ Thread.sleep(5000); } catch(InterruptedException ex){ Logger.getLogger(Splashscreentest.class.getName()).log(Level.SEVERE,null,ex); }
所有这一切应该是启动闪屏五秒钟然后消失。在src包中还有一个启动GUI文件,它包含该项目的主类以及启动画面的图像