Search:

Type: Posts; User: TheTortusEatsItsOwnTail

Search: Search took 0.09 seconds.

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

    Thank you so much for the help, your help fixed the issue.
  2. [SOLVED] Re: New Java Programmer Needs Help Understanding What He Did Wrong With His Instantiation.

    The code in the constructor for new JFrame is expected to initialize the objects to their default values
    in the case of java swing those objects are known as components, they are models that are...
  3. [SOLVED] Re: New Java Programmer Needs Help Understanding What He Did Wrong With His Instantiation.

    As I mentioned earlier the compiler produces the following output....
  4. [SOLVED] New Java Programmer Needs Help Understanding What He Did Wrong With His Instantiation.

    Im trying to write a painfully simple program in java that involves instantiating the class that holds my JFrame as a new object.

    Here is the class: Main() that is supposed to instantiate the...
Results 1 to 4 of 4