thanks for the reply,
I wonder if it worked for you, cause in my case I didn't manage to use it in my app, cuase it's getting the a NullPointerException at
BrowserEngineManager bem = BrowserEngineManager.instance();
here-> webBrowser = bem.getActiveEngine().getWebBrowser();
hmm.. maybe it's supposed to run from withni a web browser..
Here is some URL that might help in the support of HTML Frames:
look at the Java Help 2.0 and
http://osdir.com/ml/classpath-patches@gnu.org/msg09517.html
And not sure if this bug has been resolved yet: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4950344
If you come up with a Example Program (SSCCE) and post it would be great!
thanks for the links
even if the frameset bug is gonna get fixed in the near time it doesn't support a lot of tags, so I gotta try implement my 'browser', it won't support JavaScript, but it WILL support HTML4 and CSS!. I need it for my little app which I started and without this feature it looks incomplete [ http://forum.java.sun.com/thread.jspa?threadID=5120552 ]
If I finish it I will let you know.
You might not appreciate it, but I've tried Browse under Eclipse SWT...it wraps your browser inside a Java application ... really cool, and perfect. It's also possible to run .js from Java.
As it wraps your actual browser, if it's IE7, XML+Styles works perfect.
Look up...alse there's something to work with SWT and Swing.