_tableModel.addRow(new Object[] { bitmap, displayName.toString(),
os, year, interfaces });
}
// Create and apply style
final RegionStyles style =
new RegionStyles(BorderFactory.createSimpleBorder(new XYEdges(
1, 1, 1, 1), Border.STYLE_SOLID), null, null, null,
RegionStyles.ALIGN_LEFT, RegionStyles.ALIGN_TOP);
// Create the view and controller
final TableView tableView = new TableView(_tableModel);