Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    2,621

    Re: Using a Slider value with another class

    Then I learned a different Java so don't know how to help. Don't despair. Someone who learned the Java your instructor is teaching should come by.

    Cross posting is allowed, but it's asked to be...
  2. Replies
    10
    Views
    2,621

    Re: Using a Slider value with another class

    I should have studied your code before asking rhetorical questions. Your Circle class (and probably others) demonstrates that your understanding of classes, objects, and mutators/accessor methods is...
  3. Replies
    10
    Views
    2,621

    Re: Using a Slider value with another class

    That's what getter (or accessor) methods are for to pull the value or setter (mutator) methods to push the value. Getters and setters provide a communication path or an interface between classes. ...
Results 1 to 3 of 3