---------- Forwarded message ----------
From:
Ali Asghar Toraby Parizy <aliasghar.toraby@...>
Date: Mon, May 18, 2009 at 10:10 PM
Subject: looking for accessible name for frame that netbeans created
To:
nbentpack@...hi. how can i access to a frame that netbeans GUI builder created?
this is a coded that netbeans generated:
public void run() {
new CelsiusConverterGUI().setVisible(true);
}
i dont know what is the name of frame object!! how can i access to this object?