Find number of JInternalFrame in JdesktopPane

265 Views Asked by At

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).

1

There are 1 best solutions below

0
On

Seriously? All the standard Java classes have a documentation:

http://docs.oracle.com/javase/6/docs/api/javax/swing/JDesktopPane.html#getAllFrames%28%29