Java Reference
In-Depth Information
Figure 6-23.
In the ReviewEx project:
1.
Create a new package called c6.
2.
Select all the classes in ReviewEx's c5 package, then copy and paste them into c6
3.
From Tutorials/c6, copy the Java files AppOptions, Employee, EmployeeFrame,
EnterEmp- Info, TNT, and TNTButton into ReviewEx/c6.
4.
Create a UsefulFrame subclass called EnterShipNum that looks like Figure 6-24 ,
implements an ActionListener that is tied to the Submit button (which is a TNTButton),
and has an actionPerformed method. The text field name should be shipNumTF.
Search WWH ::




Custom Search