Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java in General
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
Java in General
Calling a pdf file from java swing
Keshini Weerasuriya
Greenhorn
Posts: 24
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hey.. IS there any way to call a pdf file from
java
swing application. I want to give a user manual for my application in pdf format and wants this document to open when say the user clicks some button in java swing application..
Is this possible? Thanks in advance..
Ulf Dittmer
Rancher
Posts: 43081
77
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You can bundle the PDF file with your Swing app, and open it using Runtime.exec.
Keshini Weerasuriya
Greenhorn
Posts: 24
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thanks for the reply..Can u explain a bit further on how to do it??
Ulf Dittmer
Rancher
Posts: 43081
77
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
How to do what? Are you familiar with
jar files
and
Runtime.exec
?
No, tomorrow we rule the world! With this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How to open an PDF file from Java Application
Containers
attaching a file .doc or .pdf into a java application
PDF to database
Launching other applications from Java GUI
object doesn't support the property or method
More...