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.

[461 byte] By [lewkima] at [2007-11-26 14:36:05]
# 1

Read the [url http://java.sun.com/docs/books/tutorial/uiswing/TOC.html]Swing tutorial[/url] for information to get you started.

> and one JInternalFrame class for my login screen.

You don't usually use an internal frame for a login screen. This would typically be a JDialog.

I don't understand you overally design to I can't give specific advice.

camickra at 2007-7-8 8:16:59 > top of Java-index,Desktop,Core GUI APIs...