Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions 7b7027 ... vs a92725 ... for ruralHouses/src/gui/OwnerMenuGUI.java

Diff revisions: vs.
  @@ -32,9 +32,9 @@
32 32 * Create the frame.
33 33 */
34 34 public OwnerMenuGUI(Owner o) {
35 + this.setTitle("Owner Menu");
35 36 this.getContentPane().setLayout(null);
36 37 owner = o;
37 - setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
38 38 setBounds(100, 100, 450, 473);
39 39 contentPane = new JPanel();
40 40 contentPane.setBorder(new EmptyBorder(5, 5, 5, 5));