超市商品管理系统源代码.docVIP

  • 11
  • 0
  • 约1.4万字
  • 约 31页
  • 2022-03-26 发布于江苏
  • 举报
超市商品管理系统源代码 import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.sql.*; public class sale2 extends JFrame implements ActionListener //销售界面 { private JPanel sM=new JPanel(); //supermarket面板 JLabel label1,label2; JTextField field1,field2; JButton button1,button2; String num=null,name=null,time=null,add=null,t1=null,t2=null,t3=null; int price=0,countBG,n1;// 价格/商品的卖出数量 private JTextArea goodsShow=new JTextArea(); //文本区 label2.setBounds(600,90,150,30); button1.setBounds(260,120,80,22); button2.setBounds(760,120,80,22); button1.addActionListener(this); button2.addActio

文档评论(0)

1亿VIP精品文档

相关文档