If Swing is deprecated, what is the alternative?

后端 未结 6 1840
余生分开走
余生分开走 2021-02-18 16:42

I heard that apparently Swing is being developed no longer. I like Swing and use it all the time.

What should I now be using instead?

6条回答
  •  遇见更好的自我
    2021-02-18 17:04

    There is nothing wrong with swing. Personally i don't like SWT. You have to read input-values from widgets and store them in normal variables before a dialog is disposed.

提交回复
热议问题