AaronHopkins's Profile User Rating: -----

Reputation: 0 Apprentice
Group:
Active Members
Active Posts:
126 (0.15 per day)
Joined:
01-March 11
Profile Views:
560
Last Active:
User is offline Dec 03 2012 08:27 PM
Currently:
Offline

Previous Fields

Dream Kudos:
0
Icon   AaronHopkins has not set their status

Posts I've Made

  1. In Topic: Bank Account Program running Threads that Deposit/Withdraw

    Posted 28 Nov 2012

    Fixed it. Thank you so much to both.
  2. In Topic: Clock Face GUI, 2 Text Fields

    Posted 14 Nov 2012

    Really? What was your first solution that you told me in that I never added your ClockViewerComonent component to the JFrame?
  3. In Topic: Clock Face GUI, 2 Text Fields

    Posted 14 Nov 2012

    I modified my createPanel() method & it works, but the clock ends up at the very bottom of the frame when in reality, it should be just right under the 2 text fields. Any ideas on how to fix this?

    panel = new JPanel();
    	      JPanel inputPanel = new JPanel ();
    	      panel.setLayout (new GridLayout (2, 1));
    	      inputPanel.add(hourLabel);
    	      inputPanel.add(hourField);
    	      inputPanel.add(minuteLabel);
    	      inputPanel.add(minuteField);
    	      inputPanel.add(button);
    	      panel.add (inputPanel);
    	      panel.add(component);
    	      this.getContentPane ().add(panel);
    
  4. In Topic: Clock Face GUI, 2 Text Fields

    Posted 14 Nov 2012

    I don't really follow & don't really see where to add the ClockViewerComonent component.
  5. In Topic: Clock Face GUI, 2 Text Fields

    Posted 14 Nov 2012

    I added that just right now & it still didn't work.

My Information

Member Title:
D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

AaronHopkins hasn't added any friends yet.

Comments

AaronHopkins has no profile comments yet. Why not say hello?