1

What is the best approach to put some web browser Panel on JFrame in JAVA application?

2 Answers 2

2

My suggestion would be to use JEditorPane and its method setPage(url).

Take a look at this: How to use Editor Panes and Text Panes?

Sign up to request clarification or add additional context in comments.

4 Comments

What tool can I use to build GUI fast in Eclipse?
You need to have some GUI building plugin in your eclipse. That are number of plugins available out there, you can try them. I have not tried any of them so can't comment on that. This can help you decide: stackoverflow.com/questions/29426/best-gui-designer-for-eclipse
I red in tutorial that it will only extract text form html page, but I need to display some images as well./
@RCola It will also display images. google.co.in/…
2

I don't know any good web browser component for Swing. But JavaFX 2.0 has a web browser component, and you can embed JavaFx 2.0 components in a Swing application. See Adding HTML Content to JavaFX Applications

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.