java - Does JDesktopPane.getAllFrames() always indicate JInternalFrame z order? -


i not find in documentation, far found out experimental calling getallframes() returns internal frames exactly in z order.

does know if observation true or can give reference it?

does know if observation true

i yes.

or can give reference it?

look @ source code getallframes() method. iterates through components in container. , since components in zorder when iteration returned array in zorder.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -