Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions 0f75b2 ... vs 7bf57b ... for ruralHouses/src/gui/OwnerMenuGUI.java

Diff revisions: vs.
  @@ -55,7 +55,7 @@
55 55 JButton btnBookings = new JButton("Bookings");
56 56 btnBookings.addActionListener(new ActionListener() {
57 57 public void actionPerformed(ActionEvent e) {
58 - Frame a = new listOfBookingRequestsGUI(owner);
58 + Frame a = new listOfOffers(owner);
59 59 a.setVisible(true);
60 60 }
61 61 });