Search:

Type: Posts; User: AtlDynasty25

Search: Search took 0.12 seconds.

  1. Re: Please help, newb with a simple question...

    Ah, sorry, I had a typo in my code...

    it's supposed to be:




    TimerPanel timer = new TimerPanel(input);
    InputPanel input = new InputPanel(timer);
  2. Re: Please help, newb with a simple question...

    You're probably right, it's probably a bad design. Like I said, I'm very new, so I'm kind of trying to play by ear... I guess I'll reevaluate my design. But I don't even know what a setter method...
  3. Please help, newb with a simple question...

    Hi, I am new to programming, and trying to learn by making a few simple programs.

    My problem involves passing a reference between classes.

    I learned how to pass references via constructors, but...
Results 1 to 3 of 3