I have a problems with creating of primitive buttons…
I created the button in preWindowOpen() method:
JButton btn1 = new JButton("Submit");
But how can i register it in plugin.xml? Add to my app and make it visible i mean
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.
First of all you need to understand the structure of RCP. I highly recommend you the tutorial from vogella – Eclipe 4 RCP. It’s a lot to read, but you will get the basics of Eclipse RCP and it is really user friendly written.