Aim*_*dou 1 java netbeans startup
我已经创建了一个java应用程序netbeans,并且我已经构建它以实现它.jar.
现在当我运行我的.jar应用程序时它没有显示任何内容,我想在我的projet中运行一个表单作为应用程序启动时的默认表单.
在视觉工作室,我过去做如下:
Run Code Online (Sandbox Code Playgroud)In Solution Explorer, right-click the project and choose Properties. The Project property page opens with the Application properties displayed. Choose the form you want as the startup form from the Startup Object drop-down list.
但我不知道如何neatbeans使用java应用程序.
我该怎么做 ?