I am developing an application with netbeans platform and I managed to remove the default menu and toolbar, but How can I set my TopComponent as main window and disable the window management?
我正在使用netbeans平台开发应用程序,我设法删除默认菜单和工具栏,但如何将TopComponent设置为主窗口并禁用窗口管理?
Thanks in advance.
提前致谢。
1 个解决方案
#1
0
It is well explained in Step 5 of PART 1 of below tutorial
在下面的教程的第1部分的步骤5中很好地解释了它
http://platform.netbeans.org/tutorials/nbm-quick-start.html
Select appropriate "Window position" while component creation.
在创建组件时选择适当的“窗口位置”。
Good luck :)
祝好运 :)
#1
0
It is well explained in Step 5 of PART 1 of below tutorial
在下面的教程的第1部分的步骤5中很好地解释了它
http://platform.netbeans.org/tutorials/nbm-quick-start.html
Select appropriate "Window position" while component creation.
在创建组件时选择适当的“窗口位置”。
Good luck :)
祝好运 :)