Search:

Type: Posts; User: Paramvir

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    922

    Re: Beginner Java program help

    Explain on the "tools" you are referring to? Switch statements make your code far cleaner than and can become a good practice.

    Example:

    if (obj.getString().equals("blah blah blah)) {}
    else if...
  2. Replies
    1
    Views
    1,526

    Re: JCreator Professional

    It wouldn't be something that I'd personally use, just because of preference, however an IDE that I do recommend to you is IntelliJ IDEA.
  3. Replies
    3
    Views
    3,701

    Re: Java Voice chat over the internet.

    You should try looking into JMF studio, I think you gain access to your webcam from there.
  4. Replies
    3
    Views
    820

    Re: 2D game Jumping Help

    Well, its not that hard. I'll explain it in pseudo-code:

    - KeyEvent from user stating jump action
    - Get player coordinates
    - Add half+ of the gravity amount to the jump above

    So in your...
  5. Replies
    8
    Views
    922

    Re: Beginner Java program help

    Even though the good people above have helped you solve your problem, I'd like you some advice:
    1. Always start class names with an Uppercase letter.
    2. Use switch statements for primitive types...
  6. Replies
    3
    Views
    779

    Re: Making a tax program

    As Norm said as above, use the code tags. So you're asking the numbers won't add up in decimal form? Well thats because you're casting them to an integer.
Results 1 to 6 of 6