I have a JDesktopPane that opens and with a login it will add an InternalFrame with the InternalFrame 'innerclass'.
The problem is that when I want to add another InnerFrame to the desktop I can't call the inner class to add an Internal frame because it wants me to login again first.
Is there some way to add an InternalFraame from another class once the desktop is running alrady?
thanks