Netbeans 7 - how to define the order of the tooldbars

别等时光非礼了梦想. 提交于 2019-12-25 19:06:28

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/8033904/netbeans-7-how-to-define-the-order-of-the-tooldbars

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!