Search:

Type: Posts; User: Atypically Engineered

Search: Search took 0.10 seconds.

  1. What programs/programming language can I use to draw & animate a wave?

    Creating the Nebula Part 1 (Conception) - YouTube

    I want to build a wave similar to the one in the video above. I'm not looking to render an actual wave or consider material properties. I want to...
  2. Re: NullPointerException Error in Code that Prints Array Elements

    Don't compilers fail to compile whenever you reinitialize the same declared pointer? Say:
    Int x = 0;
    Int x = 1;

    Would give an error along the lines of "x is already defined. Is that because here...
  3. Re: NullPointerException Error in Code that Prints Array Elements

    Aha! Along the lines with what andreas90 said, I did not initialize the arrays. The full stack trace was:

    Exception in thread "main" java.lang.NullPointerException
    at...
  4. NullPointerException Error in Code that Prints Array Elements

    I created the ArrayDriver and ArrayClass1 classes to gain some experiences working with arrays and array elements. The code in ArrayDriver is suppose to:
    1) Create an array of ArrayClass1 objects. ...
  5. Hello World! [Bet that's a belated Intro title]

    G'Afternoon All,

    I recently started learning to program in Java for a lower-tier college class with no programming experience under my belt (I took C++ in high school but those days are long...
Results 1 to 5 of 5