what are the Ways to create a gui to install a java app

Posted by scot on Stack Overflow See other posts from Stack Overflow or by scot
Published on 2010-06-05T18:09:10Z Indexed on 2010/06/05 18:12 UTC
Read the original article Hit count: 214

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

© Stack Overflow or respective owner

Related posts about java

Related posts about best-practices