Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

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

Diff revisions: vs.
  @@ -22,10 +22,7 @@
22 22 private JPanel contentPane;
23 23
24 24
25 - public static void main(String[] args){
26 - Frame a = new AdminMenuGUI();
27 - a.setVisible(true);
28 - }
25 +
29 26 /**
30 27 * Create the frame.
31 28 */
  @@ -57,6 +54,12 @@
57 54 });
58 55
59 56 JButton btnOwneraddition = new JButton("OwnerAddition");
57 + btnOwneraddition.addActionListener(new ActionListener() {
58 + public void actionPerformed(ActionEvent e) {
59 + Frame a = new ownerAddittionRequests();
60 + a.setVisible(true);
61 + }
62 + });
60 63 GroupLayout gl_contentPane = new GroupLayout(contentPane);
61 64 gl_contentPane.setHorizontalGroup(
62 65 gl_contentPane.createParallelGroup(Alignment.LEADING)