
Signature
Knute Johnson
email s/nospam/knute/
> JFrame.add() remove() and setLayout() all point to the JFrame's content
> pane now. In what JDK version did that change take place? I can't find
> a reference in the docs.
1.5
http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html#swing says:
Lastly, after seven years, we've made jFrame.add equivalent to
jFrame.getContentPane().add().
Arne
Knute Johnson - 10 Nov 2007 04:21 GMT
>> JFrame.add() remove() and setLayout() all point to the JFrame's
>> content pane now. In what JDK version did that change take place? I
[quoted text clipped - 8 lines]
>
> Arne
Thanks Arne.

Signature
Knute Johnson
email s/nospam/knute/