Hello!
I want to know what's the best technology to develop desktop applications considering this:
- It's to run only in Windows.
- I do not need to connect to a DB or to the web
- The final application has to be run from a .bat file
- I'd like to avoid installing additional frameworks like .NET, I'd like the application to run on a basic windows installation.
- I'd like to have a fairly simple way to create the GUI.
My first approach would be Java since I'm more familiar with it and most people commonly have Java installed. But I'd like to know your opinions on this.
Thank you