i m doin something like:

editorPane.setPage(urlString);
i m using this function for displaying a webpage.
now i used hyperlinklistener so when i click on link it goes to pointed url.but i m not able to use other component of the page like Buttons,checkboxes,Submitbutton.Can you explain how to do it?

Recommended Answers

All 3 Replies

Thanks for reply but code is still not working properly.
for example if i enter password and username to my gmail account and click submit button then it does not show next page.when i use google search enter something in search bar and click the search button then nothing happens

Why? because HTMLEditorKit supports clean html. Some action in an HTML document, are executed through javascript.
Look also:
SWT: The Standard Widget Toolkit http://www.eclipse.org/swt/

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.