Search:

Type: Posts; User: grimrader22

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    2,393

    Re: Beginner Java Game Developement

    I know but how shuold I start, and what are the prequisites I shuold know before I start trying to make games, and also learning how to paint graphics won't teach me how to make games. I mean its the...
  2. Replies
    7
    Views
    2,393

    Re: Beginner Java Game Developement

    Enough where?
  3. Replies
    7
    Views
    2,393

    Re: Beginner Java Game Developement

    I already know a fiar bit of GUI, like JFrame and JButtons with actionListeners and JLabels, Shuold I focus on the graphics parts now? WHat do I do after that?
  4. Replies
    7
    Views
    2,393

    Beginner Java Game Developement

    Hi,
    I have been teaching myself how to code in java for a few months. I know the basic things like arrays, loops and all of the beginner stuff. What I really want to do is to learn how to make...
  5. Replies
    7
    Views
    1,179

    [SOLVED] Re: Troubles with My code

    I'm really confused on what I am supposed to do.
  6. Replies
    8
    Views
    1,644

    Re: What's wrong with my code?

    I made some changes but I don't know if this is what you want as the result



    import java.util.Scanner;

    public class Lab8_Ex2
    {
    private static boolean heartRate;
    public static void...
  7. Replies
    7
    Views
    1,179

    [SOLVED] Re: Troubles with My code

    So how would I use that to fix my code?
  8. Replies
    7
    Views
    1,179

    [SOLVED] Re: Troubles with My code

    What do you mean

    Second, private int numberToGuess = rand.nextInt(100); the direct assignment ?
  9. Replies
    7
    Views
    1,179

    [SOLVED] Troubles with My code

    Hi, I'm trying to make a GUI that creates a random number and then you have to guess the number. I get some weird errors in the code. First of all my code is


    import javax.swing.*;
    import...
  10. Error when adding ActionListener to JButton

    Hi, I'm having problems with my GUI java application. I get an error when I try to add an Aciton Listener to a button. I'm not sure if I am doing this the right way. Any help would be much...
Results 1 to 10 of 10