I want to develop MDI application with java to be run on desktop that download jar files (small applications) and each jar is opened in separated panel in the main MDI applications
Is this possible?
Thanks for advance
I want to develop MDI application with java to be run on desktop that
Share
Yes this can be done in Swing by using JInternalFrame. An example: http://www.developerfusion.com/article/3798/programming-with-swing/5/