aspose file tools
The moose likes Swing / AWT / SWT and the fly likes obtaining the component tree for a particular JPanel Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "obtaining the component tree for a particular JPanel" Watch "obtaining the component tree for a particular JPanel" New topic
Author

obtaining the component tree for a particular JPanel

toto litoto
Greenhorn

Joined: May 29, 2002
Posts: 4
JPanel myPanel = new JPanel();
Component[] componentsmyPanel.getComponents();
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: obtaining the component tree for a particular JPanel
 
Similar Threads
How can I use methods from tabs in a JTabbedPane.
Quick Question
How add comp to frame so x,y pos and height never changes, width does adjust?
How do I add JPanel to an existing JPanel?
JTable, rowVector, addNotify()