Search:

Type: Posts; User: minime12358

Search: Search took 0.10 seconds.

  1. Re: Java 3D Problems - Canvas 3d and QuadArray rendering

    It is a method which is put into the KeyListener under the switch statement. "Pressed" is printed before hand so that I know when a button is pressed..

    Simply put, All that it does is rotate the...
  2. Re: Java 3D Problems - Canvas 3d and QuadArray rendering

    perhaps I should have said that I am certain it is irrelevant. It does this with and without the method.
  3. Re: Java 3D Problems - Canvas 3d and QuadArray rendering

    Ok..

    And to the uncommented piece, It says in there that that part should be ignored as I am certain it works correctly.
  4. Re: Java 3D Problems - Canvas 3d and QuadArray rendering

    Ok, I am sorry that it is not exactly what you wanted... Is there any chance you could

    A. Tell me which lines you are confused about

    or

    B. Help me fix the problem..?
  5. Re: Java 3D Problems - Canvas 3d and QuadArray rendering

    * sigh * :-<




    import java.awt.Color;
    import com.sun.j3d.utils.geometry.GeometryInfo;
    import com.sun.j3d.utils.geometry.NormalGenerator;
    import...
  6. Re: Java 3D Problems - Canvas 3d and QuadArray rendering

    Sorry, I was not originally working with other people... :/ I generally comment my code at the end so that I can look back on it in the future, but this is a project I will only be working on for the...
  7. Java 3D Problems - Canvas 3d and QuadArray rendering

    Hi, I am currently having two problems with my code. The first problem is:

    I have a SimpleUniverse. I wanted to add a Canvas3D in order to accept a KeyAdapter. When I did this, the SimpleUniverse...
  8. Replies
    1
    Views
    1,911

    Re: Code doesn't execute properly

    The reason for this is that you never state that the program should. Look in your else method. It says "System.out.println(....); " and then nothing else :P
    One way to do it is to wrap the method in...
  9. Replies
    3
    Views
    16,832

    Re: JTextBox not showing?

    Oh! Sorry about that, I removed some commented out code, and i accidentally removed a bracket in the process :P.I tried revalidating the box, however it didnt do anything :/ I also have read about...
  10. Replies
    3
    Views
    16,832

    JTextBox not showing?

    Hi, I have a simple program with a an image, jtextbox, and a jlabel... For some reason the image and label show fine, but despite doing what some people said would work (As you might see... ) the...
Results 1 to 10 of 10