Owner related new GUI created, some of them are disabled until corresponding logic...
[RRRRHHHH_Code] / ruralHouses / src / gui / IntroduceOfferGUI.java
index 40083ec..876a1b9 100644 (file)
@@ -71,7 +71,7 @@ public class IntroduceOfferGUI extends JFrame {
                                                        e.printStackTrace();
                                                }
                                                if(!ownerHouseList.isEmpty()){
-                                                       Frame a = new IntroduceOffer2GUI(ownerHouseList);
+                                                       Frame a = new OwnerMenuGUI(owner);
                                                        a.setVisible(true);
                                                }
                                                else if(ownerHouseList.isEmpty())