首页>代码>java代码自动生成器,支持mysql,oracle数据源,支持bean,service,serviceimpl自定义模板>/codeBuilder/src/com/cxsoft/base/JEntryEngine.java
01 | package com.cxsoft.base; |
02 |
03 | import com.cxsoft.model.MainFrame; |
04 |
05 | /** |
06 | * |
07 | * 入口引擎启动类 |
08 | * |
09 | * <p>具体说明</p> |
10 | * |
11 | * @author wangjunma |
12 | * @version $Id: JEntryEngine.java,v 0.1 2015-5-19 下午5:27:29 Exp $ |
13 | */ |
14 | public class JEntryEngine { |
15 |
16 | public static void main(String[] args) { |
17 | MainFrame login = new MainFrame(); |
18 | login.setResizable( false ); |
19 | login.setLocation( 500 , 260 ); |
20 | login.setDefaultCloseOperation(MainFrame.EXIT_ON_CLOSE); |
21 | login.setTitle( "数据库表配置" ); |
22 | login.setSize( 350 , 320 ); |
23 | login.setVisible( true ); |
24 | } |
25 |
26 | } |

yjdang LV3
2023年3月27日
1214066599 LV8
2022年4月4日
1306878374 LV13
2021年12月21日
Tayirjan LV11
2021年7月18日
qewqqeqw LV2
2020年8月18日
xp95323 LV15
2019年12月1日
xuyongff LV24
2019年11月26日
906396135 LV7
2019年10月31日
cralgogo LV2
2019年10月28日
0312wangchen LV26
2019年9月18日