Search:

Type: Posts; User: TP-Oreilly

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    1,648

    Re: Extending class

    Thank you :)
  2. Replies
    8
    Views
    1,648

    Re: Extending class

    Got it, thank you :)
  3. Replies
    8
    Views
    1,648

    Re: Extending class

    Thank you very much for your detailed reply, much appreciated.

    So, when i create an instance of my class which has extended JFrame, both my class constructor and the JFrame constructor is called...
  4. Replies
    8
    Views
    1,648

    Re: Extending class

    I would understand how it all works if our class also inherits JFrame's constructor, if not then I can not see how creating an instance of our class creates a window.
  5. Replies
    8
    Views
    1,648

    Extending class

    Hi, I know when we extend a class our class gets all of the properties of the class we extend.

    I am abit confused. I have read that when our class extends the JFrame class, our class then IS the...
Results 1 to 5 of 5