Search:

Type: Posts; User: lanmonster

Search: Search took 0.11 seconds.

  1. Replies
    20
    Views
    1,270

    Re: User Input help

    Got it! Now I just have to get it GUI'd up and I'll be all done!
  2. Replies
    20
    Views
    1,270

    Re: User Input help

    one last question. I need to make it where when I can go back to the point where I make the decision to view stats or deposit. How do I do this?
  3. Replies
    20
    Views
    1,270

    Re: User Input help

    Sorry if I am getting on your nerves. I certainly am not trying to. Java program write to file please.
  4. Replies
    20
    Views
    1,270

    Re: User Input help

    How could I make only the balance be sent to a file? I tried java newDevice > balance.txt but it sends "type device codename" to the file.
  5. Replies
    20
    Views
    1,270

    Re: User Input help

    No, I'll stick with the included one.
  6. Replies
    20
    Views
    1,270

    Re: User Input help

    oh, sorry. How do I make a console similar to that one?
  7. Replies
    20
    Views
    1,270

    Re: User Input help

    that guide is not for a GUI like the picture.
  8. Replies
    20
    Views
    1,270

    Re: User Input help

    okay, I got that problem fixed with your help. Can you help me create a GUI similar to one like the attached picture?
    1712
    the GUI in the pic works by selecting the number associated with the task...
  9. Replies
    20
    Views
    1,270

    Re: User Input help

    If I put any random number in the arguments for deposit() for example: deposit(2) is it going to automatically deposit what I set the argument or is it going to start to use the user input?

    How...
  10. Replies
    20
    Views
    1,270

    Re: User Input help

    When I call the method by adding grouper.deposit();

    This error is thrown
    javac newDevice.java
    newDevice.java:43: deposit(double) in newDeviceFund cannot be applied to ()
    grouper.deposit();...
  11. Replies
    20
    Views
    1,270

    User Input help

    I am trying to save up spare change and tips from my work to buy a nexus 7 and I thought I could make a program that tracks my balance and allows me to make deposits. Here is what I have. I need help...
Results 1 to 11 of 11