Package test

Source Code of test.JeecgOneGUI

package test;

import org.jeecgframework.codegenerate.window.CodeWindow;


/**
* 【单表模型】代码生成器入口
* @author 张代浩
*
*/
public class JeecgOneGUI {

  public static void main(String[] args) {
    CodeWindow  codeWindow = new CodeWindow();
    codeWindow.pack();
  }
}
TOP

Related Classes of test.JeecgOneGUI

TOP
Copyright © 2018 www.massapi.com. 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.