Where are Swing applications used?

前端 未结 16 1402
难免孤独
难免孤独 2021-02-04 05:44

Are Swing applications really used nowadays? I don\'t find a place where they are used. Is it okay to skip the AWT and Swing package (I learned a bit of the basics though)?

16条回答
  •  礼貌的吻别
    2021-02-04 06:37

    Whenever you want to write a desktop GUI app for non-Windows OS, you use Swing as the only sane and guaranteed cross-platform GUI framework.

    Besides, Swing has a very good design. I recommend to learn it anyways, to make yourself a better programmer.

提交回复
热议问题