Is Java Swing still in use?

后端 未结 11 2123
鱼传尺愫
鱼传尺愫 2020-12-05 17:32

I am planning on making a Java Swing application and was wondering if Swing is still used or if it has been replaced with something else.

Thanks in advance!

11条回答
  •  爱一瞬间的悲伤
    2020-12-05 17:57

    Yes, it's still in use. Takes while to get used to but once you have it, it's a pretty nice framework for writing applications. Have a look at Webstart for deploying your application. Also a bit of a clunker to start with but really handy when you're comfortable

提交回复
热议问题