I'm developing an application with Swing and there is a situation that I couldn't decide to what to do. I need multiple pages but;
- Should I use multiple
JFrame
orJDialog
or something else? - What are the advantages of them? Is there specific way to choose?