i am creating number of JInternalFrame in the JDesktopPane.Is there any way to get the created JInternalFrame.(Like each loop i.e Getting one by one).
Asked
Active
Viewed 249 times
1 Answers
0
Seriously? All the standard Java classes have a documentation:
http://docs.oracle.com/javase/6/docs/api/javax/swing/JDesktopPane.html#getAllFrames%28%29

JB Nizet
- 678,734
- 91
- 1,224
- 1,255