Search:

Type: Posts; User: TP-Oreilly

Search: Search took 0.24 seconds.

  1. Replies
    6
    Views
    1,291

    Re: Im not sure what this is?

    Thank you.
  2. Replies
    6
    Views
    1,291

    Re: Im not sure what this is?

    what other way could i do it without using a chain of methods?
  3. Replies
    6
    Views
    1,291

    Re: Im not sure what this is?

    Thank you. The getContentPane() method returns a Container object, so the add() method is for the Container object.

    Is it a general rule of Java Programming, when we have a method followed by a...
  4. Replies
    6
    Views
    1,291

    Im not sure what this is?

    Hi,

    ATM I'm just learning about making a simple window. And ive come across this:

    frame.getContentPane().add(yellowLabel, BorderLayout.CENTER);

    I understand what this code code, but I dont...
Results 1 to 4 of 4