JFormattedComboBox has all the behaviors of a Swing JComboBox. It combines a JFormattedTextField and several JFormattedLabel beans. The editable part of the JFormattedComboBox is a JFormattedTextField, and the drop-down list consists of multiple cells of JFormattedLabel beans. Although the editable part is a JFormattedTextField, JFormattedComboBox does not support the edit mask feature.
On the iSeries server, the VALUES feature limits the field to preset values. You can use JFormattedComboBox to implement the VALUES feature.
For additional information about Swing architecture, see the following Web site:
http://java.sun.com/products/jfc/tsc/articles/architecture/index.html
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.