资源简介
书店租赁系统,上课时候的作业,很好用的,交上去绝对可以得满分
代码片段和文件信息
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++画柱状图及饼状图
相关资源
- MFC/C++画柱状图及饼状图
- NLopt-非线性规划的C/C++代码
- VC++多文档程序可新建文本编辑器和画
- easyx做的时钟
- MFC写的八皇后演示程序
- 用于人脸识别的lbp算法C++源码
- mfc工资管理系统.rar
- C++程序设计谭浩强100%完整高清版·清
- C++面向对象程序设计谭浩强 完整版
- C++进行图像预处理代码
- c++与Qt使用数据库MySQL进行数据的增删
- C++调用海康工业相机SDK采集图像的简
- 直线段的裁剪 vc++ MFC
- c++ mysql学生信息管理系统
- 双边滤波器C++ 代码
- 车牌识别与定位C++
- C++ > (开源) Ring3下的DLL注入工具
- 足球机器人仿真代码 C++
- AES加密解密算法实现C、C++
- 单台AGV最短路径规划,两台AGV路径自
- vC++编程精选100
- 工资管理系统 mfc c++
- 图书馆管理系统 c++ mfc
- Design Patterns in Modern C++现代C++程序设计
- C++实现简单聊天应用
- 二叉树的遍历及应用.ppt
- C++STL源码剖析 中文高清非扫描版
- C语言课设,学生证管理系统
- C++语言程序设计上机实验课所有实验
- Wong-Trinder圆点定位算子
评论
共有 条评论