Package net.sourceforge.sijaf.example.file

Examples of net.sourceforge.sijaf.example.file.SimpleFileCtrl


    this.appl = appl;
    this.view = new DefaultDesktopView(appl, this);
    SimpleFileModel model = new SimpleFileModel();
    SimpleData data = new SimpleData();
    model.setData(data);
    this.fileCtrl = new SimpleFileCtrl(model, appl.getMainFrame(), this);
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.sijaf.example.file.SimpleFileCtrl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.