Swing web browser...

Is there any good sort of like.. wrapper object to contain the system's default browser to embed in a Swing app? I've looked at using a JEditorPane, but its functionality seems rather limited. I've also considered using the Desktop object to launch the system's default browser, but for my purposes this will be inadequate. What I really need is some kind of wrapper type object that launches the default browser within a Swing panel. Anyone know if there's anything like this implemented?

[501 byte] By [bjb39a] at [2007-11-27 5:55:10]
# 1
Look up JDC (Java Desktop Connectivity)They have something that can embed browsers.
bsampieria at 2007-7-12 15:50:33 > top of Java-index,Desktop,Core GUI APIs...
# 2
I'm not getting any results from that in google... maybe you're talking about java.awt.Desktop? This is something I've already tried to use, but it's not really adequate for my purposes.
bjb39a at 2007-7-12 15:50:33 > top of Java-index,Desktop,Core GUI APIs...
# 3
no...sorry, it's JDIC, and the dev site seems to be down or gone... http://jdic.dev.java.net/ http://www.javadesktop.org/articles/jdic/index.html
bsampieria at 2007-7-12 15:50:33 > top of Java-index,Desktop,Core GUI APIs...