Is it possible for Eclipse to only open one JFrame?

Viewed 336

When run the project second time, can the previous JFrame closed before open the new one ?

So I no need to close the JFrame when trying to run the project second time.

enter image description here

Is it possible to open only one JFrame?

5 Answers
Related