aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Add Components in JScrollPane Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Add Components in JScrollPane" Watch "Add Components in JScrollPane" New topic
Author

Add Components in JScrollPane

vinay vishal
Greenhorn

Joined: Dec 29, 2006
Posts: 9
Hi all,

I want to add multiple no of radio button in scroll pane. when i am adding N number of radio button Scrollbar doesn't work.

Thanks,
vinay
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
give the scrollpane a preferredSize

scrollPane.setPreferredSize(new Dimension(x,y));
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Add Components in JScrollPane
 
Similar Threads
RadioButtons and if statements and more....
Radio Button in Dialogue box using javascript
Question on using DisplayTag in JSPs
Can i add a radio button to a JOptionPane??
repaint problem