September 2005
Intermediate to advanced
240 pages
6h 28m
English
These are the two display widgets that correspond to the abstract data type (ADT) classes.
public class CustomerIDTextField
extends JTextField
{
public CustomerIDTextField( )
public CustomerID getCustomerID( ) throws CustomerIDFormatDeviation
}
public class PhysicalIDTextField
extends JTextField
{
public PhysicalIDTextField( )
public PhysicalID getPhysicalID( ) throws PhysicalIDFormatDeviation
}