| Author |
Components aren't seen in Frame/JFrame
|
vijay gangoni
Greenhorn
Joined: Feb 16, 2004
Posts: 1
|
|
I am working on Frame/JFrame. I am facing a problem that the components (Buttons,JButton,Lable,JTextField...etc.,) which I add to the Frame/JFrame are not getting displayed, when I run the Application, utill I do the following: - resize the frame. - minimize or maximize the frame. - or click on the title bar of the frame... I am confused.. can any one help me out...plz
|
vijay G
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15229
|
|
I deleted your duplicate post. It's probably because you are displaying the frame (setVisible(true)/show()) before are you adding components. But without seeing your code, it's hard to say.
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Components aren't seen in Frame/JFrame
|
|
|