Re: [luau] java swing over ssh

2002-11-22 Thread Myles Uyema
This is just X11 forwarding over ssh. I'm not well-versed on the X11 protocol, but I think the 'swing widgets' would need to be somehow implemented in the X server. It's understandable that awt is, since X11 pretty much built on top of it. On Fri, 22 Nov 2002, Charles Lockhart wrote: > Sorr

Re: [luau] java swing over ssh

2002-11-22 Thread Charles Lockhart
Sorry, should have been more clear. You know how you can "tunnel" an application using ssh, where you ssh to a linux box, and run, say, gedit, and gedit shows up on your desktop, but it's actually running on that other machine and you can open/edit/save files on that other machine. Well, you

Re: [luau] java swing over ssh

2002-11-22 Thread Don Brown
Not sure what you mean but there's this: http://www.pitman.co.za/projects/jssh/ and this: http://www.javassh.org and SSH 2.0 here: http://www.jcraft.com/jsch/ Don On Thu, 21 Nov 2002, Charles Lockhart wrote: > Anybody know if there's work being done to improve tunneling over ssh > for swing base

[luau] java swing over ssh

2002-11-21 Thread Charles Lockhart
Anybody know if there's work being done to improve tunneling over ssh for swing based java apps? -Charles