Computer Science, asked by amanhusain2001, 8 months ago

Difference between swing control and awt controls ?​

Answers

Answered by annie200355
0

Answer:

Hey dude....

AWT components are platform dependent. Swing components are made in purely java and they are platform independent.With AWT, you have 21 "peers" (one for each control and one for the dialog itself). A "peer" is a widget provided by the operating system, such as a button object or an entry field object.

Hope it helps you...!!

Similar questions