issue about Concept of JFrame, JLabel and ContentPane

Posted by Sun Hong Kim on Stack Overflow See other posts from Stack Overflow or by Sun Hong Kim
Published on 2012-11-25T16:43:15Z Indexed on 2012/11/25 17:04 UTC
Read the original article Hit count: 284

Filed under:
|
|
|
|

I just study window programming with awt.

I see through several codes but I can not get concepts of JFrame, JLabel and ContentPane.

I think JFrame only make outer Frame. ContentPane is container that contain JLabel that has contents(text, button, radio etc...).

I don't know this is correct T.T

Why I ask this is I failed combine the contents. I can not make TextField and InternalFrame at a time.

I want to know the concept. I hope you take my question right.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing