Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions d5b843 ... vs 837fab ... for ruralHouses/src/gui/HouseFeaturesGUI.java

Diff revisions: vs.
  @@ -218,6 +218,11 @@
218 218
219 219 }
220 220 table.setDefaultRenderer(Object.class, new DefaultTableCellRenderer() {
221 + /**
222 + *
223 + */
224 + private static final long serialVersionUID = 1L;
225 +
221 226 @Override
222 227 public Component getTableCellRendererComponent(JTable table,
223 228 Object value, boolean isSelected, boolean hasFocus,