Java Desktop application: SWT vs. Swing [closed]
问题 I\'m a web developer at day and thinking about building my first real desktop application. The idea is to build a tool that automates a very repetitive task in a web application where no API is available. I know I want to use Java. I used it before for web stuff, know the syntax pretty well and want the application to be cross plattform as easy as possible. Where I\'m not so sure is if I should use SWT or Swing. As my main audience uses Windows, I want to look it as native as possible there.