| Author |
Java swing
|
vinoth kanna
Greenhorn
Joined: Jan 02, 2009
Posts: 1
|
|
i am using netbeans 6.5 , i am new to java swing , i have created simple application in java swing using netbeans.. the application consist of two labels ,two textboxes and two buttons... i have set name for those things using ide... but i can't able to see labels or buttons while running the application... pleas help me to solve this problem...
|
 |
pete stein
Bartender
Joined: Feb 23, 2007
Posts: 1561
|
|
|
It is somewhat difficult to help you without seeing code. Have you gone through the Sun Swing tutorials? If not, I strongly recommend that you do so. Best of luck.
|
 |
Shashank Rudra
Ranch Hand
Joined: Mar 26, 2009
Posts: 131
|
|
may be there is some problem in layout. As i have experienced similar problems sometime. If you will put the code here may be someone will help you out.
|
Programmer Analyst || J2EE web development/design
|
 |
K. Tsang
Ranch Hand
Joined: Sep 13, 2007
Posts: 1219
|
|
|
Did you do JFrame.setVisible(true)?
|
K. Tsang JavaRanch SCJP5 SCJD/OCM-JD
|
 |
 |
|
|
subject: Java swing
|
|
|