Search:

Type: Posts; User: GregBrannon

Search: Search took 0.09 seconds.

  1. Re: Question about Randoms and trying to use it

    Learn to post your code in code tags (see post #2). No more help (after this) until you do.

    Variable and method names should begin with lowercase letters and then camel-cased. Diceone should be...
  2. Re: Question about Randoms and trying to use it

    Screen shots suck. Copy and paste the code and the error.

    When you get the constant hourglass or loading indicator, it's not a freeze but a forum bug that is being worked. Right click on the...
  3. Re: Question about Randoms and trying to use it

    I can think of a couple reasons why what you posted would produce errors, but to help you I need to know what all of your variables are and the exact error, copied and pasted from just as it appears...
  4. Re: Question about Randoms and trying to use it

    Pretty much makes sense, because it's been done many times. You might figure it out by reading the Random API page, but I'm not sure. Here are some hints:
    Random random = new Random();

    // to...
  5. Re: Question about Randoms and trying to use it

    Welcome to the forum! Be sure to read the "Announcement" topic at the top of most of the sub-forums for pointers on how to post correctly and get help.

    I think it's great that you start your code...
Results 1 to 5 of 5