}
private JTable getJTableProperties() {
if (jTableProperties == null) {
// Loading table model
jTableProperties = new PropertiesTable(hardware.getProperties());
jTableProperties.setCellSelectionEnabled(true);
jTableProperties.setShowGrid(false);
jTableProperties
.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
}