This is the main panel class used to load and view a form during runtime.
Usage:
FormPanel panel = new FormPanel("com/mycorp/app/gui/login/loginView.jfrm");
It assumed that all form files are located in your classpath.
You should only use the published APIs to programmatically add, remove, or
access Swing Components from a form. |