如何用Java创建MDI表单
我正在尝试创建一个桌面应用程序,其中有用于不同任务的三种表单。有没有办法在 VB.net 中将其创建为 MDI。
我使用的是 Netbeans 6.9.1。
如何在单击菜单项时隐藏或显示内部框架?
I am trying to create a desktop application where I have three forms for different tasks. Is there any way to create it as MDI in VB.net.
I am using Netbeans 6.9.1.
How to hide or show Internal frames on Click of Menuitems?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你必须查看 Java Desktop 和 < a href="http://download.oracle.com/javase/tutorial/uiswing/components/internalframe.html" rel="nofollow">JInternalFrames
you have to look at Java Desktop and JInternalFrames