Booking confirmation and e-mail service added. Some bugs to be solved.
[RRRRHHHH_Code] / ruralHouses / src / gui / OwnerMenuGUI.java
index e49909e..244b242 100644 (file)
@@ -9,10 +9,10 @@ import javax.swing.GroupLayout.Alignment;
 import javax.swing.JButton;
 import javax.swing.JFrame;
 import javax.swing.JPanel;
+import javax.swing.LayoutStyle.ComponentPlacement;
 import javax.swing.border.EmptyBorder;
 
 import domain.Owner;
-import javax.swing.LayoutStyle.ComponentPlacement;
 
 public class OwnerMenuGUI extends JFrame {