I want to know is there a way to reach working objects in RAM in Java.. let's think that I have a JDialog class which is not modal . and dialog is appears in action of list compaund with given parameters non modal dialogs running statistically
so that as u see in pic every time new dialog is appears . Is there any way to se if the dialog with given parameters is running (still not disposed ) without collecting opened dialogs in to some array or collection .. is there any way to search for them in RAM or JVM memory ?