I made Desktop App in netbeans platform in Java Swing. Now, how can i put myapp’s helpOfApp.pdf file in netbeans platform app(MyApp)’s menu bar?
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.
Action(orActionListener) to the menu item.URL urlToResource = this.getClass().getResource("/path/to/the.resource");JEditorPane(non-editable, and possibly with a link listener) pointing tourlToResource.See the relevant ‘keyword+java+tutorial’ for more details on each step.
Tip: ensure all resources (e.g. linked HTML, CSS, images etc.) are: