Search:

Type: Posts; User: g000we

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    4,320

    Re: Allowing user to input variable.

    Check out this:
    Java Tips - How to read input from console

    Otherwise, if you wanted something bigger/permanently store values and go beyond the basics, then I suggest reading a Java programming...
  2. Replies
    2
    Views
    2,195

    [SOLVED] Re: Error: Null Exception on Array of classes

    Solved it..



    public class AxisManager {
    //store axises in array
    //store axises order (left to right)
    private Axis[] m_axes;
    private int[] m_axesOrder;
  3. Replies
    2
    Views
    2,195

    [SOLVED] Error: Null Exception on Array of classes

    Error:


    java.lang.NullPointerException
    at AxisManager.CreateAxes(AxisManager.java:15)


    Axis Manager:
Results 1 to 3 of 3