499500501502503504505506507508509
} }); TableColumn latitudeColumn = table.getColumnModel().getColumn(1); latitudeColumn.setCellEditor(new DegreesEditor()); // table.setDefaultEditor(Latitude.class, new DegreesEditor()); //Create the scroll pane and add the table to it.