I am trying to develop a java application to talk to a database. I know of a few different options for designing a gui for the app. There is swing which is built in but it looks terrible and I would rather go with something a little "flashier". I could do a java applet in a web browser but this also doesn't look very good and from what I hear isn't very popular due to performance issues. I also looked into a flash gui using Flash Remoting MX. This sounds like a good idea but the software costs $999, so that is out of the question.
Can anyone offer me some decent alternatives to the above ideas. I have some freedom as to if the java app will run on the clients machine or on a server, so keep that in mind.
Can anyone offer me some decent alternatives to the above ideas. I have some freedom as to if the java app will run on the clients machine or on a server, so keep that in mind.