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
2024年5月23日
13155750125 LV1
2023年12月10日
2546434210 LV1
2023年6月14日
543666826 LV34
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日

DoustrongWU LV5
2月16日
微信网友_7306808533962752
2024年12月22日
暂无贡献等级
jposjqp
2024年6月5日
暂无贡献等级
hfffff LV1
2024年6月3日
彳亍彳亍彳亍 LV1
2024年5月23日
DEFNXKJ LV2
2024年4月18日
akittyboy LV9
2024年3月22日
求学的熊猫 LV11
2023年12月25日
lshlsh
2023年12月25日
暂无贡献等级
13155750125 LV1
2023年12月10日