Netbeans 7 - 如何定义工具栏的顺序

发布于 2024-12-14 12:59:06 字数 75 浏览 7 评论 0原文

我正在尝试更改工具栏顺序。 在netbeans 7之前,顺序是根据layout.xml/设置的 但在 netBeans 7 中都是注释。

i'm trying to change the toolbars order.
before netbeans 7 the order was set according to the layout.xml/
but in netBeans 7 it is all annotation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

掀纱窥君容 2024-12-21 12:59:06

所有注释要做的就是为您创建一个layer.xml 文件(我认为是在运行时)。

您仍然可以创建自己的layer.xml 文件并更改其中工具栏的顺序。只需确保清单中引用了您的图层文件即可。

在运行时,所有层都将合并在一起 - 包括您手动创建的层和从注释派生的层

All the annotations will do is create a layer.xml file for you (At runtime I think).

You can still create your own layer.xml file and change the order of the toolbars in there. Just make sure that your layer file is being referenced in the manifest.

At Runtime all the layers will be merged together - including the one that you manually create and the one derived from the annotations

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文