Simple cross platform GUI app
Posted
by Joe Cannatti
on Stack Overflow
See other posts from Stack Overflow
or by Joe Cannatti
Published on 2010-04-09T19:35:45Z
Indexed on
2010/04/09
19:43 UTC
Read the original article
Hit count: 335
I would like to know if there is any way that I could build a very simple GUI app (it doesn't even have to look good) that will run on a fresh install of Windows Vista and OS X with no other installations needed by the user. I would perfer not to use Java (just out of personal programming preference). I will use it though, if it is the only way. Specically, I am wondering if I can write a swing app with Scala or Groovy and run in on windows without them having to install anything. Sorry if this is a silly question, I am a Obj-C developer by trade.
© Stack Overflow or respective owner