Is Java Swing still in use? [closed]
Swing is still in use…. but there is AWT!! AWT: Pros: Speed: use of native peers speeds component performance. Look and Feel: AWT components more closely reflect the look and feel of the OS they run on. Cons: Portability: use of native peers creates platform specific limitations. Some components may not function at all on … Read more