« Return to Thread: looking for accessible name for frame that netbeans created

looking for accessible name for frame that netbeans created

by Ali Asghar Toraby Parizy :: Rate this Message:

Reply to Author | View in Thread

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?

 « Return to Thread: looking for accessible name for frame that netbeans created