How do you view a JFrame GUI design if you build your frame in code from a constructor?
(There is no design preview if you create object or extend from JFrame?)
I want to create a GUI by writing Java code so that I can learn more about Java GUI concepts, but it is annoying to have to run app every 5 sec to see how my buttons fit.