Question: Write a java AWT program to create a Frame window by extending Frame Class. It should have the following components, as given in the

Write a java AWT program to create a Frame window by extending Frame Class. It should have the following components, as given in the figure. You suppose to create 3 Labels, 3 TextFields, and 2 Buttons. The positions need to be set for each component in the frame by using "setBounds()" and add those components into the frame by using "add()". You can set the layout of the frame to be "null" and set the visibility of the frame to be "true". Student Name Student Id Course Name Submit Reset
Step by Step Solution
3.41 Rating (154 Votes )
There are 3 Steps involved in it
1 importing Java AWT class 2 import javaawt 3 4 class AWTExample2 directly creates instance 5 ... View full answer
Get step-by-step solutions from verified subject matter experts
