Opening a browser window with specific properties

admin

Administrator
Staff member
A week ago, I asked how to open a browser window from an applet. Thereply was to use the Applet.showDocument() method. This worked great,but I now have another related question:Is there any way to open a new browser window at a certain location witha certain size, and toolbar properties? In javascript, there is thewindow.open() method which opens up a new window with these specificproperties. Can you do this in java??Thanks,Rocco
 
Back
Top