Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do I have to learn AWT before learning Swing?

Tags:

java

swing

awt

If I want to code an desktop application in Windows with Java, should I buy a book about Swing and just skip reading books/tutorials about AWT?

Or do I have to learn AWT before using Swing?

like image 794
ajsie Avatar asked Jan 11 '10 19:01

ajsie


1 Answers

Just go straight to Swing.

Ignore awt.

There is no benefit getting your head around awt, as Swing is essentially a replacement for it.

like image 197
Finglas Avatar answered Sep 23 '22 12:09

Finglas