Hey folks,
I know there's a few of you out there who are familliar with programming in Java. I have an end of semester engineering project I'm working on and I'm trying to figure out how to open a file from the current directory when I click on a menu item in my GUI. I want open a PDF document when I click on the menu item as follows:
private void jMenuItemHelpFileActionPerformed(java.awt.event.Ac tionEvent evt) {
// Opens a PDF of the help file in Adobe Acrobat
}
I've scanned through the JAVA API's but I can't find anything which would be applicable.
Can someone please suggest a method to achive what I'm trying to do?
Much appreciated,
-SW
Bookmarks