Desktop Navigation
New to Swing...
I am developing a simple desktop application where I need a user to log in then a table displays with certain (read-only) data. How do I go from one screen to another.
I have one JInternalFrame class that is for my table and one JInternalFrame class for my login screen. In my main class I was building a desktop using JDesktopPane within a JFrame.
If anyone can point me in the right direction, I would appreciatte it.

