Reading HTML pages the user is visiting in his browser

  • Thread starter stefano.iaconelli
  • Start date
S

stefano.iaconelli

Hello! I've got a question for you all: i'm doing a Java program with
a graphical interface and a button in it (START). If pressed, i want
my program to read the page contained in a browser (FF or IE, i don't
mind) already opened in that moment. I don't know if i can do
something like that...any suggestions/way to read that content?
 
J

John B. Matthews

Hello! I've got a question for you all: i'm doing a Java program with
a graphical interface and a button in it (START). If pressed, i want
my program to read the page contained in a browser (FF or IE, i don't
mind) already opened in that moment. I don't know if i can do
something like that...any suggestions/way to read that content?

The browse() method is new in Java 1.6:

<http://java.sun.com/javase/6/docs/api/java/awt/Desktop.html>

The JDesktop Integration Components (JDIC) project may support earlier
versions:

<https://jdic.dev.java.net/>

[Followups to comp.lang.java.help]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top