Class FormLoader


  • public class FormLoader
    extends Object
    Loads the form model from a JFormDesigner .jfd file into memory. Use FormCreator to create Swing component instances.

    The separation of the file loading and the component creation into two classes (FormLoader and FormCreator) enables you to cache the form model in memory. Using FormCreator it's possible to create multiple instances of a form from one form model.