Possibility of registering new owners added
[RRRRHHHH_Code] / ruralHouses / src / gui / OwnerMenuGUI.java
index 8f97c1e..e49909e 100644 (file)
@@ -55,7 +55,7 @@ public class OwnerMenuGUI extends JFrame {
                JButton btnBookings = new JButton("Bookings");
                btnBookings.addActionListener(new ActionListener() {
                        public void actionPerformed(ActionEvent e) {
-                               Frame a = new listOfBookingRequestsGUI(owner);
+                               Frame a = new listOfOffers(owner);
                                a.setVisible(true);
                        }
                });