what are the Ways to create a gui to install a java app
- by scot
Hi,
I have a java web application .
Currently the application is installed in a cli mode [on windows/linux /solaris] by running sh or cmd scripts.
I would like to create a GUI for the App installation so that user can edit info in gui for the installation.
Any pointers/Best practices for developing gui would be helpful.
thank you