Re: [xwt-users] newBrowserWindow options and some more stuff
Brian Alliet <[email protected]>
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday, August 6, 2003, at 01:50 AM, Adam Megacz wrote: >> newBrowserWindow doesn't have any options. > > Yeah, we need to do something that works on every platform. This would probably be more work than its worth (and might not even be possible, I don't know too much about java applets), but is there any way we could keep the shoehorn running in the browser and make a connection to it from the xwt process? Maybe have the shoehorn bind to some port then have xwt connect to 127.0.0.1. I'd imagine there is some way to do the equivalent of javascript's window.open() in an applet. This would also allow the log to be displayed in the browser window. -Brian