Search:

Type: Posts; User: SilentNite17

Page 1 of 3 1 2 3

Search: Search took 0.17 seconds.

  1. Replies
    6
    Views
    1,313

    Re: Recipe Book Help again

    recipe[par1].title
  2. Replies
    6
    Views
    1,313

    Re: Recipe Book Help again

    Hmm, ok, so that means that the title for recipe[par1] (the current recipe being evaluated) does not have anything stored. But that's not possible, unless par1 = 0 before we start, because there has...
  3. Replies
    6
    Views
    1,313

    Recipe Book Help again

    Hey guys,

    If you saw my post earlier, I'm making a recipe book. It'll basically create recipes (that the user enters stuff for) then you can search for them and stuff.

    My problem is that when I...
  4. Replies
    2
    Views
    1,278

    Re: Recipe Book: Arrays and Objects/Types

    Thanks a lot for the help, man! I'll do some research, and get back to you.
  5. Replies
    2
    Views
    1,278

    Recipe Book: Arrays and Objects/Types

    Hey guys,

    Getting back into Java. Never really worked much with Objects, new types, and the sort. What I'm trying to do is make a recipe book program that will help me sort my recipes. What I have...
  6. Replies
    5
    Views
    1,262

    Re: Switch problem

    So if I were to use one of the things you mentioned (which I only partially understand, since I'm not that good at Java) how would I structure it in my code?
  7. Replies
    5
    Views
    1,262

    Re: Switch problem

    Trying to make a random key code generator.
  8. Replies
    5
    Views
    1,262

    Switch problem

    Hey guys.

    I just had a problem with converting, and you guys helped me fixed it. So, here is my finished code:


    import java.util.Scanner;

    public class RandomKeyCode {

    public static...
  9. Replies
    3
    Views
    1,583

    Re: Converting?

    Hello? Help anyone?
  10. Replies
    3
    Views
    1,583

    Converting?

    So, I'm making a key code generator that creates a five character key code using a-z and 0-9 and )-!. That means there are 46 possible characters for each piece of keycode.

    Here is my code so far:...
  11. Replies
    8
    Views
    1,189

    Re: Sequence Classification

    OK, here is what happens.

    It prints what it it supposed to:

    Please enter 5 numbers. Your inputs will be scanned and classified by their sequence attributes.
    Enter your first number:

    Then...
  12. Replies
    8
    Views
    1,189

    Re: Sequence Classification

    It will not accept it, as the variable of num1 etc is int, not String.
  13. Replies
    8
    Views
    1,189

    Re: Sequence Classification

    OK, Let me try that.
  14. Replies
    8
    Views
    1,189

    Sequence Classification

    Hey guys,

    Just made a small new program off one I made earlier, it asks you for a sequence and then classifies it to be either arithmetic or geometric or nothing. Here is the code:


    import...
  15. Replies
    12
    Views
    11,188

    Re: .setText() for an int?

    Nevermind, it worked with the command line. Thanks a lot Norm!!!
  16. Replies
    12
    Views
    11,188

    Re: .setText() for an int?

    WHat if Im using Netbeans/Eclipse?
  17. Replies
    12
    Views
    11,188

    Re: .setText() for an int?

    Well, I did that, and it still comes up with the same thing. However, when I use the divide button, it works fine. So I am assuming that I made an error somewhere along the actionListener codes for...
  18. Replies
    12
    Views
    11,188

    Re: .setText() for an int?

    Ok, new problem.

    I finished coding the number buttons. Here is what I have:


    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */
    package src;
  19. Replies
    12
    Views
    11,188

    Re: .setText() for an int?

    Thanks, that solved it!
  20. Replies
    12
    Views
    11,188

    Re: .setText() for an int?

    But the value will change, so I can't just have a certain number as the output. Is there a way to make this work?
  21. Replies
    12
    Views
    11,188

    .setText() for an int?

    Hello everybody!

    Trying to make a calculator for my spanish teacher........... lol

    Here is teh source:


    /*
    * To change this template, choose Tools | Templates
    * and open the template in...
  22. Replies
    20
    Views
    1,584

    Re: More GUI help

    Wait... What? Ok, I am so very confused. I'm just going to let this project drop.
  23. Replies
    4
    Views
    1,264

    Re: Happy Pi Day ; a Pi Game!

    Haha wow looks like a fun game! Wish I could help...

    How many digits of Pi have you memorized? I have 121! :__:
  24. Replies
    20
    Views
    1,584

    Re: More GUI help

    Ok, so now, when I fix the typo, something in the main() routine apparently has an error:


    package Tests;

    import java.awt.*;
    import java.awt.Event.*;
    import java.awt.event.ActionEvent;...
  25. Replies
    20
    Views
    1,584

    Re: More GUI help

    Alright, I am very annoyed at myself. I make SOOOO many typos.

    It was just a typo. Thanks
Results 1 to 25 of 67
Page 1 of 3 1 2 3