//I'm totally new at apps with GUI , please bear with me :)
I'm writing a new stand alone (meaning , no client/server) application in Java. I'm trying to decide if I should use SWT or GWT .
GWT seems to be very agile and have more capabilities (so says our UI designer) , but I find it hard to wrap my mind about using web tools for a non-web application
SWT seems like a more logical choice top me only because it's not web oriented
(Then again , these reasons might be totally irrelevant )
What do you think?