Tagged Questions
0
votes
3answers
1k views
Java unable to open pdf using Runtime
I have to open a pdf on clicking a JMenuItem. I can open the pdf on click the menu item if i run my program from netbeans. But when i run from jar file it is not opening. I clean and build my project. ...
1
vote
2answers
389 views
how to Save a jpanel containing combo-boxes and text-boxes in java netbeans?
I am creating an application which helps solving problems of an accounting book. The application has 12 chapters. All chapters contains 15-20 problems. The problem is displayed in a JPanel containing ...