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.
i’m trying to change the toolbars order. before netbeans 7 the order was set
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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