-1

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

Raja
  • 239
  • 1
  • 5
  • 18

1 Answers1

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