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(); } }
最近下载更多
彳亍彳亍彳亍 LV1
5月23日
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 LV33
2021年7月10日