aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Java swing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Java swing" Watch "Java swing" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Java swing
 
Similar Threads
Netbeans Question
Disable resize option
problem with swing GUI in macintosh
swing
Java Desktop Application Problem