定义

来源:互联网 发布:机械仿真动画软件 编辑:程序博客网 时间:2024/04/30 17:34

JMenuBar jMenuBar;
 JMenu file,edit,help;
 JMenuItem save;
 JPanel jPanel;
 JScrollPane jScrollPane,main;
 
 DefaultMutableTreeNode root,column;
 DefaultMutableTreeNode table;
 JTree tree;
 //jTreeList 存放的数据 JTree 的名字 位置
 Vector  tables,jTreeList;
 
 Config rc =null;;
 JdbcVO jdbcVO;
 SqlConnection sqlConnection = null;
 
 JLabel main_table,choose;
 
 JButton submit,cancel,build;
 
 JComboBox select;
 
 JTextArea textArea ;
 
 ArrayList jTree_select = null ;
 
 
 
 static int X=20;
 static int y=40;

原创粉丝点击