资源简介
书店租赁系统,上课时候的作业,很好用的,交上去绝对可以得满分

代码片段和文件信息
import java.awt.*;
import javax.swing.*;
public class ConsumeMenuItem extends JPanel{
Box box1box2box3box4box5;
JLabel label1label2label3label4;
JButton button1button2button3;
ConsumeMenuItem(){
label1 = new JLabel(“进货时间“);
label2 = new JLabel(“进货数量“);
label3 = new JLabel(“产品信息“);
label4 = new JLabel(“产品数量“);
button1 = new JButton(“确定“);
button2 = new JButton(“重置“);
button3 = new JButton(“清空“);
box1 = Box.createVerticalBox();
box1.add(label1);
box1.add(Box.createGlue());
box1.add(label2);
box1.add(Box.createVerticalStrut(15));
box1.add(label3);
box1.add(Box.createVerticalStrut(15));
box1.add(label4);
box2 = Box.createVerticalBox();
box2.add(new TextField(30));
box2.add(Box.createVerticalStrut(10));
box2.add(new TextField(30));
box2.add(Box.createVerticalStrut(10));
box2.add(new TextField(30));
box2.add(Box.createVerticalStrut(10));
box2.add(new TextField(30));
box3 = Box.createHorizontalBox();
box3.add(Box.createHorizontalGlue());
box3.add(button1);
box3.add(Box.createHorizontalStrut(5));
box3.add(button2);
box3.add(Box.createHorizontalStrut(5));
box3.add(button3);
box4 = Box.createHorizontalBox();
box4.add(box1);
box4.add(Box.createHorizontalStrut(5));
box4.add(box2);
box5 = Box.createVerticalBox();
box5.add(box4);
box5.add(Box.createVerticalStrut(20));
box5.add(box3);
add(box5);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5432 2013-01-10 21:55 SQLQuery3.sql
文件 3145728 2013-01-11 09:14 书店租赁.mdf
文件 1048576 2013-01-11 09:14 书店租赁_log.ldf
目录 0 2013-01-11 09:09 源程序\
文件 382 2013-01-11 09:12 源程序\.classpath
文件 379 2012-01-07 13:05 源程序\.project
目录 0 2013-01-11 09:09 源程序\.settings\
文件 172 2012-01-07 13:05 源程序\.settings\org.eclipse.core.resources.prefs
文件 629 2012-01-07 13:05 源程序\.settings\org.eclipse.jdt.core.prefs
目录 0 2013-01-11 09:12 源程序\bin\
文件 1868 2013-01-11 09:12 源程序\bin\ConsumeMenuItem.class
文件 1438 2013-01-11 09:12 源程序\bin\HistoryMenuItem.class
文件 2321 2013-01-11 09:12 源程序\bin\JTableDemo.class
文件 1623 2013-01-11 09:12 源程序\bin\LandMenuItem.class
文件 609 2013-01-11 09:12 源程序\bin\LoginGui$1.class
文件 1894 2013-01-11 09:12 源程序\bin\LoginGui$LoginListener.class
文件 1188 2013-01-11 09:12 源程序\bin\LoginGui$ResetListener.class
文件 2533 2013-01-11 09:12 源程序\bin\LoginGui.class
文件 3680 2013-01-11 09:12 源程序\bin\Mafr
文件 569 2013-01-11 09:12 源程序\bin\Main$1.class
文件 687 2013-01-11 09:12 源程序\bin\Main.class
文件 2193 2013-01-11 09:12 源程序\bin\MessageSearch.class
目录 0 2013-01-11 09:12 源程序\bin\org\
目录 0 2013-01-11 09:12 源程序\bin\org\liyan\
目录 0 2013-01-11 09:12 源程序\bin\org\liyan\bean\
文件 1655 2013-01-11 09:12 源程序\bin\org\liyan\bean\Book.class
文件 1083 2013-01-11 09:12 源程序\bin\org\liyan\bean\Consumer.class
文件 1242 2013-01-11 09:12 源程序\bin\org\liyan\bean\Gsjl.class
文件 2359 2013-01-11 09:12 源程序\bin\org\liyan\bean\Jsjl.class
文件 1230 2013-01-11 09:12 源程序\bin\org\liyan\bean\Kcjl.class
文件 711 2013-01-11 09:12 源程序\bin\org\liyan\bean\Provider.class
............此处省略132个文件信息
- 上一篇:NLopt-非线性规划的C/C++代码
- 下一篇:MFC/C++画柱状图及饼状图
相关资源
- 国际象棋的qt源代码
- C++中头文件与源文件的作用详解
- C++多线程网络编程Socket
- VC++ 多线程文件读写操作
- 利用C++哈希表的方法实现电话号码查
- 移木块游戏,可以自编自玩,vc6.0编写
- C++纯文字DOS超小RPG游戏
- VC++MFC小游戏实例教程(实例)+MFC类库
- 连铸温度场计算程序(C++)
- 6自由度机器人运动学正反解C++程序
- Em算法(使用C++编写)
- libstdc++-4.4.7-4.el6.i686.rpm
- VC++实现CMD命令执行与获得返回信息
- 白话C++(全)
- C++标准库第1、2
- 大数类c++大数类
- C++语言编写串口调试助手
- c++素数筛选法
- C++ mqtt 用法
- 商品库存管理系统 C++ MFC
- c++ 多功能计算器
- Qt查询SQLite数据库
- C++17 In Detail
- QT SQLite封装
- 嵌入式QtC++编程课件
- 颜色识别形状识别STM103嵌入式代码
- c++ 邮件多附件群发
- c++ 透明代理(hookproxy)
- mfc 调用redis
- FTP客户端源码(c++)
评论
共有 条评论