0

Is it possible to make an web Java applet that loads a web page? I need to load an web page inside a web page.

An iframe, object and other HTML things I don't need. I need just a Java applet.

Some source code or tutorials?

1
  • It's possible, may I ask why? Commented Oct 20, 2011 at 21:11

1 Answer 1

1

It is possible. Swing text components support HTML (EditorPanes at Java Tutorials) but if the web page is too complex it might not be displayed correctly.

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

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.