Open an webbrowser window without any tool or address bar from Java
Chris Baron
Ranch Hand
Joined: Mar 21, 2003
Posts: 1049
posted
0
Hi,
apart from Desktop.browse(URI uri) and JavaScript workarounds,
do you know of a good free API to open an webbrowser window without any tool or address bar from Java?
I believe the only way to control a browser that way is via javascript. The only alternative I can think of is to open a Java-based browser window (i.e. there are a few Swing-based widgets capable of rendering HTML), but they often have limited support for the latest HTML/Javascript/plug-ins. If you're controlling what's supposed to appear in the pop-up, that may be a way to go. If you're just showing something from a third-party web site, then that would be a fragile solution.