Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions e3043c ... vs b09f34 ... for ruralHouses client/src/gui/DeleteOwnerGUI.java

Diff revisions: vs.
  @@ -77,7 +77,7 @@
77 77 scrollPane.setBounds(new Rectangle(45, 305, 320, 116));
78 78 scrollPane.setBounds(23, 113, 536, 271);
79 79 contentPane.add(scrollPane);
80 - JLabel feedback = new JLabel("");
80 + final JLabel feedback = new JLabel("");
81 81 feedback.setBounds(134, 447, 307, 14);
82 82 contentPane.add(feedback);
83 83 JButton btnNewButton = new JButton("Delete from the system");