Where are Swing applications used?

前端 未结 16 1440
难免孤独
难免孤独 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:33

    Skip AWT and Swing? To jump where? SWT? Web-based development?

    In the broader sense, I have a number of Java applications, although I am not too sure if they use Swing or SWT.

    • Lot of database tools like SQuirreL SQL Client are written in Java. I think SQuirrel uses stuff from Netbean, which is, of course, Swing based.
    • yEd is written in Java, probably Swing.
    • A number of P2P softwares are written in Java, including Frostwire (I see no trace of SWT there, but I can just miss it).

    And this list is far from exhaustive!

    Lol! I forgot to mention the software suite made by the company I work for! It is quite specialized, used by mobile phone companies to monitor health of their network nodes (superficially looks like a spreadsheet). Totally Swing based.

提交回复
热议问题