package Lesson0524;

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

import javax.swing.*;

public class ye extends JFrame{
	private JLabel ye;
	private JTextField ye_1;
	private JButton fh;
	private JPanel mb;
	
	public ye(){
		
	}
	public ye(String title){
		super(title);
		ye = new JLabel("余额:");
		ye_1 = new JTextField(10);
		fh = new JButton("返回");
		fh.addActionListener(new ActionListener(){

			@Override
			public void actionPerformed(ActionEvent arg0) {
				// TODO 自动生成的方法存根
				sh();
				new cz("取款");
				
		}
			
	});
		mb = new JPanel();
		
		mb.add(ye);
		mb.add(ye_1);
		mb.add(fh);
		
		this.add(mb);
		this.setBounds(300,300,200,200);
		this.setVisible(true);
	}
	public void sh(){
		this.dispose();
	}
}
最近下载更多
13155750125  LV1 2023年12月10日
2546434210  LV1 2023年6月14日
543666826  LV33 2022年3月12日
方寸月光  LV1 2021年12月22日
123567_111  LV1 2021年11月26日
尹恒yingying  LV18 2021年10月12日
srl2881552  LV10 2021年8月11日
最代码安逸  LV15 2021年7月12日
无名氏111  LV32 2021年7月10日
xxxdragon  LV10 2021年6月30日
最近浏览更多
DEFNXKJ  LV2 4月18日
akittyboy  LV9 3月22日
求学的熊猫  LV6 2023年12月25日
lshlsh 2023年12月25日
暂无贡献等级
13155750125  LV1 2023年12月10日
fesfefe  LV13 2023年11月11日
2017143155  LV12 2023年6月28日
2546434210  LV1 2023年6月14日
菲尼萨颗粒  LV1 2023年6月4日
IlIlIIl  LV2 2023年5月10日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友