Search:

Type: Posts; User: ajmukon

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    5,351

    Re: java grid and colors/graphics

    impressively enough, i have some grasp of the basics, at least in C++, and i have been told that java isn't all that different (if/then, for/do, do/while are the same)

    but thanks for the links, i...
  2. Replies
    10
    Views
    5,351

    Re: java grid and colors/graphics

    the code will not run, comments above note were the problems are.
  3. Replies
    10
    Views
    5,351

    Re: java grid and colors/graphics

    import javax.swing.JFrame; //imports JFrame library
    import javax.swing.JButton; //imports JButton library
    import java.awt.GridLayout; //imports GridLayout library
    import java.awt.Color;

    ...
  4. Replies
    10
    Views
    5,351

    Re: java grid and colors/graphics

    is this correct?
    my message needs to be 10 characters long and i cant think of anything to say...
    I have yet to run this code in eclipse, but i will try after i am sure it is 80% of the way there...
  5. Replies
    10
    Views
    5,351

    Re: java grid and colors/graphics

    infinitely more helpful than searching for" java colors tutorial"

    whats the difference between Color and color? Since i don't know the difference, i imported them both.

    i understand the for do...
  6. Replies
    10
    Views
    5,351

    Re: java grid and colors/graphics

    QUOTE=KevinWorkman;25353]What exactly is the error you're getting? Copy and paste the whole stack trace here.

    What exactly is the line you're trying to run when you get the error?

    I'm not...
  7. Replies
    10
    Views
    5,351

    java grid and colors/graphics

    okay...
    i have a working code (from WikiHOW- this is only a test, so i will be making extreme alteration to this code, but i needed a base to at least start...) about creating a grid:
    but when i...
Results 1 to 7 of 7