Building a UI: How About Java?



  • Good: write once, run anywhere (but debug everywhere)

  • Good: no software installation or upgrades (but slow start-up)

  • Good: easy to highly responsive user interface

  • Good: adequate concurrency

  • Good: unlimited UI toolkit possibilities
 
  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22