Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there way to view a Swing app remotely?

I want to show my app conveniently without the hassle of carrying a laptop or distributing an obfuscated Java app.

Is there an easy way to view my Swing app in a browser. I do not necessarily need the command buttons to work (but it would be nice if they did), I just want to see the pixels from anywhere on the internet. I have graphs built from JChart2D.

Edit: The screen updates after a configurable period and 15 seconds is typical but if the desktop updates every 15 seconds and the browser image at a much slower rate, say, 1 minute, that would be okay.

Edit: What I have is primarily a desktop app in that it being a desktop app satisfies 98% of the requirements but if I can see it or use it remotely without a re-write that would give me the extra 2% (see it 1%, use it 1%).

like image 786
H2ONaCl Avatar asked Oct 02 '11 09:10

H2ONaCl


1 Answers

For that purpose, the recent Webswing may be perfect. It seems fully functional. There are some glitches and I miss the cursors. Alas, the remote applications are displayed on the server, too, whether you want it or not.

like image 199
T-Gergely Avatar answered Sep 29 '22 22:09

T-Gergely