I need to create a web browser with XULRunner (or another rendering engine) using Java, but I don't have any experience with it. All I need is to open a full screen Java Panel, to load XULRunner (or another web rendering engine) inside it and to load a local Web Page there.
Somebody can help me to start? Unfortunately, I haven't so much time to try alone...
Which java GUI framework do you use?
There is a (Mozilla-) Browser implemented in SWT. You also can create this Browser within Swing:
I found the former solution at a german webpage: http://www.java-forum.org/awt-swing-javafx-swt/66264-swt-browser-swing.html
If you can use JavaFX, you can create a simple Browser (WebKit based) following this tutorial: http://docs.oracle.com/javafx/2/webview/jfxpub-webview.htm