implemented lacking GUIs and corrected errors
[RRRRHHHH_Code] / ruralHouses / src / gui / StartWindow.java
index f5e5b10..f33bc0f 100644 (file)
@@ -41,7 +41,7 @@ public class StartWindow extends JFrame {
                // this.setSize(271, 295);
                this.setSize(350, 400);
                this.setContentPane(getJContentPane());
-               this.setTitle("Use Cases");
+               this.setTitle("Rural Houses");
        }
 
        private JPanel getJContentPane() {
@@ -87,7 +87,7 @@ public class StartWindow extends JFrame {
                        createOfferButton.setAlignmentX(Component.CENTER_ALIGNMENT);
                        createOfferButton.addActionListener(new java.awt.event.ActionListener() {
                                public void actionPerformed(java.awt.event.ActionEvent e) {
-                                       JFrame a = new IntroduceOfferGUI();
+                                       JFrame a = new LoginGUI();
                                        a.setVisible(true);
                                }
                        });