Search:

Type: Posts; User: jcfor3ver

Search: Search took 0.17 seconds.

  1. Return type of converting integer to string for linked list

    Here is what I am trying. I am trying to create a method that takes my object LString and converts the integer argument into an object LString. This is using Linked lists. I have a Node class which...
  2. Replies
    5
    Views
    1,214

    Re: Assign variable to coordinate pair for GUI

    I edited my code to fit the standard posting. Anyway, in my code I already have the user desired grid of N x N, already have the JFrame to be the top-level container. But then you say to set the...
  3. Replies
    5
    Views
    1,214

    Re: Assign variable to coordinate pair for GUI

    Hey Greg, I did not see the Announcement topic, but did edit my question with a link to my code, is that ok for the forum? And thanks for any help you can provide, I updated my code in my link, but...
  4. Replies
    5
    Views
    1,214

    Assign variable to coordinate pair for GUI

    I have a GUI grid of squares that I prompt the user for the size of (2^n). Then I ask for the coordinates to put a white square or 'hole' in the grid. I am having trouble putting the user inputted...
  5. Replies
    2
    Views
    1,125

    Re: If/else statement working incorrectly...

    cool thanks! got it working
  6. Replies
    2
    Views
    1,125

    If/else statement working incorrectly...

    Hi this is a towers of hanoi puzzle program. Right now I am having trouble with getting the program to solve for 3 discs if when prompted 'Enter the number of discs' is blank (i.e. enter key is hit...
  7. Replies
    7
    Views
    1,223

    Re: Trying to get user input to work correctly

    Updated code above!!! Only problem I am having now is displaying the moves when the option v or V is typed.
  8. Replies
    7
    Views
    1,223

    Re: Trying to get user input to work correctly

    How do I get the user option 'v' or 'V' to display all of the moves? And in the same question, if they do not type 'v' or 'V', how do I just execute the program without displaying the moves??
  9. Replies
    7
    Views
    1,223

    Trying to get user input to work correctly

    I have a towers of hanoi puzzle program that is getting closer to being done. My problem right now is trying to get my input from the user to work properly.

    If they type 'v' or 'V', then the steps...
Results 1 to 9 of 9