issue about Concept of JFrame, JLabel and ContentPane
- by Sun Hong Kim
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.