Search:

Type: Posts; User: Nate

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    2,303

    Re: Help with Basic Interface

    Yes, that sounds almost exactly like what I have (except less cumbersome and more useful). But my question is...how can I integrate a GUI into something like that? I'm mainly struggling right now...
  2. Replies
    8
    Views
    2,303

    Re: Command Prompt Like GUI

    I felt that bringing the worthlessness of my previous thread back (not to insult jps at all! More my failure.) was not worth it, but if you think it's better this way, I defer to your judgement. As...
  3. Replies
    8
    Views
    2,303

    Command Prompt Like GUI

    I had a thread like this before, however I wasn't very clear and never got my question answered. So I pushed the problem out of my mind. It's now the 11th hour...and I NEED to get something...
  4. Replies
    8
    Views
    2,303

    Re: Help with Basic Interface

    I wasn't very clear in my question I guess. Basically, I have my program doing exactly what I want it to do. I've been using scanner for user input and pritln for output. But now I want to give it...
  5. Replies
    8
    Views
    2,303

    Help with Basic Interface

    Ok, basically I've already created my code, and would just like to create a simple GUI to use with it. All I want to do is allow the user to enter a value, have this assigned to a variable, use a...
  6. Replies
    6
    Views
    3,295

    [SOLVED] Re: Nested Switch Statement Fall Through

    Yea, that really is the problem with the internet, you can only judge people based on the words they write, not the way they say it, which made me think you were being entirely serious. Again,...
  7. Replies
    6
    Views
    3,295

    [SOLVED] Re: Nested Switch Statement Fall Through

    Hah. You illustrated that point fairly well, I just didn't understand how the "break" worked, but now I do so its all good. As for the coincidence part, I couldn't think of a better way to describe...
  8. Replies
    6
    Views
    3,295

    [SOLVED] Re: Nested Switch Statement Fall Through

    Thanks for the response. Sorry about the formatting, I swear it was formatted before. I did some fiddling with the code and got it to work by adding another break statement after the switch...
  9. Replies
    6
    Views
    3,295

    [SOLVED] Nested Switch Statement Fall Through

    Hello everyone, I'm attempting to create a simple choose your own adventure game using nested switch statements. The problem is that whenever I reach "the end" (death, etc.) the switch statements...
  10. Replies
    6
    Views
    2,245

    [SOLVED] Re: Scanner Requiring Two Inputs

    Well, I had a long reply written up describing how that really didn't seem like it could be the source of the issue, when one of my arguments made me think, "wait a minute...".
    Thanks for the hints...
  11. Replies
    6
    Views
    2,245

    [SOLVED] Re: Scanner Requiring Two Inputs

    Well, thanks for taking the time to reply. Staticity, trust me, I've read through my code multiple times, translating it into what I think it should be doing as I go, and I don't understand what the...
  12. Replies
    6
    Views
    2,245

    [SOLVED] Scanner Requiring Two Inputs

    Hello everyone, I’m having some issue with my code. Please keep in mind that I’m very new to programming/java, so understand that simple solutions are a lot easier for me to understand and use. I’m...
Results 1 to 12 of 12