Search:

Type: Posts; User: AbarthGT

Search: Search took 0.21 seconds.

  1. Replies
    5
    Views
    1,860

    Re: HashMap to Call a Method

    Well, The question says, Improve the program so You have more option such as move the circle left or right, when typing into the terminal window.
    at the moment I can just make the circle appear when...
  2. Replies
    1
    Views
    1,318

    Use HashMap to Call Methods

    Hi Guys, Need help with an Assignment.

    I need to create a HashMap, then use it to be able to call methods.
    For example:

    //Maps Key words to responses
    private HashMap<String, String>...
  3. Replies
    5
    Views
    1,860

    Re: HashMap to Call a Method

    <
    /**
    * A class that allows the user to program with shapes.
    *
    * @author (your name)
    * @version (a version number or a date)
    */
    public class ShapeProgrammer
    {
    // Obtain commands...
  4. Replies
    5
    Views
    1,860

    HashMap to Call a Method

    Hi Guys, I'm new to this forum , and Really need some help

    I'm working under BlueJ as this is how the university is teaching us

    I have a program that when you type "Circle" to the Console , the...
Results 1 to 4 of 5