Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions e2ae30 ... vs 520867 ... for ruralHouses/src/gui/listOfHousesGUI.java

Diff revisions: vs.
  @@ -19,6 +19,10 @@
19 19
20 20 public class listOfHousesGUI extends JFrame {
21 21
22 + /**
23 + *
24 + */
25 + private static final long serialVersionUID = 1L;
22 26 private JPanel contentPane;
23 27 private JTable table;
24 28 private DefaultTableModel tableModel;