Hello,
Is there any way to open a new window in Java without the addressbar? I'm looking for a Java API similiar to the JavaScript window.open() where you can specify the new window "features".
I know I can use Desktop.browse() or even the more adavance BrowserLauncher2, Still both APIs don't give me the option to specify any features for the new browser window.