add(new LabelField("BlackBerry Devices", Field.FIELD_HCENTER));
add(new SeparatorField());
// Initialize the model if it has not yet been loaded
_tableModel =
new SortedTableModel(StringComparator.getInstance(true), 2);
// Populate the list
while (deviceData.hasMoreTokens()) {
final String modelNumber = deviceData.nextToken().trim();