package Guanliyuan; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.Box; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JTextArea; /* * 详细详细的管理员编辑页面 */ public class Xinxitijiao extends JFrame implements ActionListener{ JTextArea area; Box box1,baseBox,box2,baseBox2; JButton buttonOfTijiao,buttonOfFanHui; public Xinxitijiao() { init(); setVisible(true); // setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); setBounds(500, 200, 620, 360); setTitle("详细信息编辑界面"); } void init() { JLabel label = new JLabel("车辆的详细信息:"); area = new JTextArea(10, 10); buttonOfTijiao = new JButton("提交"); buttonOfFanHui = new JButton("返回"); box1 = Box.createVerticalBox(); box1.add(box1.createVerticalStrut(8)); box1.add(label); box1.add(area); box2 = Box.createHorizontalBox(); box2.add(box2.createHorizontalStrut(8)); box2.add(buttonOfTijiao); box2.add(box2.createHorizontalStrut(8)); box2.add(buttonOfFanHui); baseBox = Box.createHorizontalBox(); baseBox.add(baseBox.createHorizontalStrut(10)); baseBox.add(box1); baseBox.add(baseBox.createHorizontalStrut(10)); baseBox2 = Box.createVerticalBox(); baseBox2.add(baseBox); baseBox2.add(baseBox2.createVerticalStrut(10)); baseBox2.add(box2); baseBox2.add(baseBox2.createVerticalStrut(10)); add(baseBox2); } @Override public void actionPerformed(ActionEvent e) { // TODO Auto-generated method stub } }

1111YYYY LV1
2024年11月19日
123456zzxzxzx LV1
2024年6月15日
烟花巷陌 LV1
2024年6月5日
yuchen1996 LV2
2024年6月2日
jiayongchao258 LV9
2023年12月28日
求学的熊猫 LV11
2023年12月25日
李朝磊 LV18
2023年12月3日
王东东 LV17
2023年11月30日
sunshine9920 LV12
2023年10月22日
454897461 LV1
2023年6月26日

pxqtsht LV16
2月21日
DoustrongWU LV5
2月12日
全幼儿园最帅 LV1
2024年12月18日
1111YYYY LV1
2024年11月19日
3339790961
2024年9月6日
暂无贡献等级
lishizhen666
2024年7月12日
暂无贡献等级
ZALZXB20030525
2024年7月1日
暂无贡献等级
1950685154
2024年6月25日
暂无贡献等级
123456zzxzxzx LV1
2024年6月15日
烟花巷陌 LV1
2024年6月5日