如何在 Mac 上的 NetBeans UI 构建器中选择多个组件?
当我在 Mac 上的 NetBeans 中构建 gui 时,有时我想选择多个组件并将它们移动到一起、删除到一起、复制到一起等等。在 Windows 中我会按住 Ctrl 键。在 Mac 上,我通常(对于其他应用程序)按住 Command 键。这些在 Mac 上的 NetBeans 7.0 中都不起作用。 Netbeans 中的 Mac 上的选择是否有按键修饰符?
我不确定 Netbeans 中 gui 构建器的名称,也许它被称为 ui 编辑器或 gui 编辑器。只是想我会把它扔给那些用“编辑器”一词搜索的人。
When I am building a gui in NetBeans on a Mac, sometimes I want to select multiple components and move them together, delete them together, copy them together, or whatever. In Windows I would hold down the Ctrl key. On a Mac I usually (for other applications) hold down the Command key. Neither of these works in NetBeans 7.0 on a Mac. Is there a key modifier for selections on Mac in Netbeans?
I'm not sure the name of the gui builder in Netbeans, maybe it is called a ui editor or gui editor. Just thought I'd throw that in for people searching with the term "editor".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当在 GridBags 布局的“自定义布局”框架中时,按住 Ctrl-Alt 单击将允许多项选择。但这在主编辑器中不起作用。
When in the "customize layout" frame for the GridBags layout, Ctrl-Alt click will allow multiple selection. But this doesn't work in the main editor.