⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deletestudentinfoframe.java

📁 学生信息管理系统
💻 JAVA
字号:
package com.sccp.StudentMS.baseFrame;

import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;

import com.swtdesigner.SwingResourceManager;

public class DeleteStudentInfoFrame extends StudentInfoFrame{
	public static void main(String args[]) {
		try {
			DeleteStudentInfoFrame frame = new DeleteStudentInfoFrame();
			frame.setVisible(true);
		} catch (Exception e) {
			e.printStackTrace();
		}
	}
	public DeleteStudentInfoFrame()
	{
		add.setVisible(false);
		modify.setVisible(false);
		save.setVisible(false);
		cancel.setVisible(false);
	    sum.setVisible(false);
	    see.setVisible(false);
	    markM.setVisible(false);
	    query.setText("查询");
	    this.setTitle("删除信息");
	    this.setTextAbled(false);
	    setResizable(false);
	    query.addActionListener(new ActionListener() {
	    	public void actionPerformed(final ActionEvent e) {
	    		PeopleQueryFrame1 fqf1=new PeopleQueryFrame1();
    			fqf1.setLabelText("请选择查询方式:");
    			fqf1.t.setEnabled(false);
    			fqf1.setInfoFrameType("delete");
	    	}
		});
	    a.setVisible(false);
	    s.setVisible(false);
	    m.setVisible(false);
	    c.setVisible(false);
	    tou.setVisible(true);
		tou.setIcon(SwingResourceManager.getIcon(StudentInfoFrame.class, "/images/b4ded2b31cd601e761477606bbac4ec6.gif"));
		label_16.setIcon(SwingResourceManager.getIcon(StudentInfoFrame.class, "/images/ac.JPG"));
	    delete.setEnabled(true);
	    query.setBounds(312, 314, 66, 48);
	}
 
	
	 
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -