Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: New Java Programmer Needs Help Understanding What He Did Wrong With His Instantiation.

    The JFrame needs for the setVisible method to be called so that it is displayed on the screen.
    The NewJFrame class has a main method that calls the setVisible method. If you were to start execution...
  2. [SOLVED] Re: New Java Programmer Needs Help Understanding What He Did Wrong With His Instantiation.

    Sorry, I have never seen that output from the javac compiler program. What program/app produces that output?
    I have only worked with the javac compiler.

    What is the code in the NewJFrame class? ...
  3. [SOLVED] Re: New Java Programmer Needs Help Understanding What He Did Wrong With His Instantiation.

    What happens when you try to compile and execute the program?
    Please copy the full text of any error messages and paste it here.

    Please edit your post and wrap your code with code tags:


    ...
Results 1 to 3 of 3