I developed a Java desktop application in eclipse IDE.I need to include web view to a particular site(php) on a button in my JavaFrame.How is that possible?please help.
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.
Do you want to open PHP page from your developed application?
In case you want to open URL in browser use Runtime. Please find the article: http://www.mkyong.com/java/open-browser-in-java-windows-or-linux/.
If you want to show the web-page in your java application you can use jdic. You can find jdic APIs and forum here: http://java.net/projects/jdic.