MainJframe() {
super("旅游管理信息系统");
this.setBounds(0, 0, 1200, 700);
this.setLocationRelativeTo(null);//让窗口在屏幕中间显示...super.setTitle("系统登录");
this.setBounds(0, 0, 700, 550);//设置大小
this.setLocationRelativeTo(null);//让窗口在屏幕中间显示...super.setTitle("账号注册");
this.setBounds(0, 0, 700, 550);//设置大小
this.setLocationRelativeTo(null);//让窗口在屏幕中间显示...Registration_Info() {
super("填写报名信息");
this.setBounds(0, 0, 930, 700);
this.setLocationRelativeTo(null);//让窗口在屏幕中间显示...tourist) {
super("修改报名信息");
this.setBounds(0, 0, 930, 700);
this.setLocationRelativeTo(null);//让窗口在屏幕中间显示