I need to create a GUI application in Java. I just realized that I have different optional ways to go (SWT and Swing are among them).
I have already found out that there is a lot of discussions about what way is better and I do not want to go to deep into these discussions (I am a newbie).
I do not care about all aspects of the dilemma. I just have a few main requirements listed bellow:
- It should be easy to use (easy to create what I want).
- In the end I would like to have just one file which can be easily executed (without any additional tricks, settings and installations).
- It should be platform independent. Or more specifically, the application should work fine on Window and Ubuntu.