Search:

Type: Posts; User: Ormolu611

Search: Search took 0.07 seconds.

  1. Re: Why is a Frame Not Showing Up When I Run This Class?

    Thanks guys! I am going to play with it a bit and try to comment out alternate code snippets to see the effect. It looks like some of my coding is superfluous and unnecessary...I'll also try to be...
  2. Re: Why is a Frame Not Showing Up When I Run This Class?

    Rockking8350, it works! Fantastic! Thank you. So, to review, the constructor that accepts a parameter of type customer in my code is:

    Customer cust = new Customer();

    Conversely, the...
  3. Re: Why is a Frame Not Showing Up When I Run This Class?

    Well, following is my code. Honestly, I think the problem is at least partially located within the main method - I am not sure I completely understanding what is happening there. I am essentially...
  4. Re: Why is a Frame Not Showing Up When I Run This Class?

    Cool! Let me soak your code in for a while Cody, thanks! I think I already see a few nuggets that might help me out as far as grasping the concepts. you have everything in the main method...hmmm.
  5. Re: Why is a Frame Not Showing Up When I Run This Class?

    Thanks Norm!

    --- Update ---

    Ugh...still not working...don't know why...probably going to take a break. Been going at this for like 5 hours - not really making progress.
  6. Re: Why is a Frame Not Showing Up When I Run This Class?

    I'll take a look. Thanks!

    --- Update ---

    Okay, I took a look at the tutorials along with my textbook, and I am still obviously missing something because I am not getting a frame displayed. I...
  7. Re: Why is a Frame Not Showing Up When I Run This Class?

    I am not sure why JFrame is not being used. This is in alignment with the example provided by my professor. What precisely do you mean when you ask how the code exits the JVM? How do you call the...
  8. Why is a Frame Not Showing Up When I Run This Class?

    I am trying to create a frame with 4 labels on it. When I run this class, it runs with no errors, but there is no frame that shows up? Any suggestions?
    :-?

    I should have a frame with 4 labels...
Results 1 to 8 of 8