搜索资源列表
让人眼前一亮的java数据库设计
- 说明: 1、这是一个让人眼前一亮的设计,通过java swing能设计出如此漂亮的界面实属不易; 2、该代码的一个优势,能够复用!! 3、能够创建简单的表,插入表,查询表的功能,尤其是查询部分可以在空白处输入SQL语句就可以直接查询了; 4、插入部分执行成功后重置界面还可以再次执行插入功能; 5、如果多个文件插入,也可以通过输入不同表名来进行更改; 6、这是一个桥连数据库,需要配置ODBC; 7、不足之处,由于本次设计中数据库设计成自动增加的功能,所以有时比较别扭,可
JavaJTableJTree
- 刚开始看到这个题目的时候,我并不是十分明白自己要做什么。Java语言是我们这个学期刚刚学过的课程,但是我们所学的都是些基本的东西,而且没有涉及到控件的问题。我查阅了一些资料,终于大体了解JTable和JTree是Swing组件里面的控件,一个是远程表,一个是目录树。在了解了一些关于这两个控件的一些知识之后,脑海中大体出现了一些流程。 我的程序设计大致按照下列流程进行: 1. 引入Awt包,Swing包 2. 设置顶层容器 3. 设置按钮和标签 4. 向
ktable-src
- ktable是Eclipse RCP开发时使用简单、功能强大的表格控件。-This is the source of a custom table class for Java SWT applications. The original version of this table was written by Konstantin Scheglov. KTable is a complete new implementation but uses the structure a
FindByNumPanel
- 用Java Swing写的一个查询界面代码,利用Table实现了结果的显示。-Written using Java Swing code in a query interface using the Table show the results achieved.
TableButton
- swing table 指定列渲染成button-out swing table rendering into the specified button
colorcell
- java swing table colorce-colorcell
Jtable
- While dealing with JTable you come across two main features 1)JTable 2)TableModel With JTable you can display the data. You can allow the user to edit the data. The tableModel takes care of the data to be displayed using JTable. The JTable
TableTest
- This java based swing component for table test.-This is java based swing component for table test.
MySqlBackup
- 将数据库中的资料以表格的形式显示在swing窗体中-Information to the database table displayed in the form of swing
ins123
- 基于GUI的Java五子棋游戏源码,可人机对战,用java swing做的,运行时 需要修改图片的路径。 制作思路: 用按钮做棋子,用图片填充每个按钮。 设置棋盘为24*24的,五子棋FiveChessGame类,继承了JFrame,并且 添加了时间监听,五子棋的棋子chess,用JButton表示,五子棋棋子chess 对应的棋子标识,用于标记棋子的状态。 1表示黑棋,-1表示白棋,默认0表 示无棋子,点击棋子时设置棋子的图标setOnChessI
workspace
- 此程序是用java编的,主要目的是为了快速无误实现“餐桌点菜”。使用了java的swing技术,数据库是用sql server2000,开发环境是eclipse。方便了小型餐饮行业的:顾客点菜,收银结账,增删菜品,统计收入(每月,每天,每年)等等。-This program is compiled with java, the main purpose is to quickly correct to achieve " a la carte dinner table." Java s sw
JTable_JScrollPane_Test
- Swing表格JTable支持滚动,Swing表格JTable不支持滚动-Swing JTable support form rolling, Swing JTable table does not support rolling
chartproject.Sys
- 1. 使用Java Swing 技术和数据库开发的可以不用连接Internet,直接在局域网内实现内部信息以短信群发或者单个方式在用户间进行信息的交互,,信息库(信息库管理,信息管理),短信群发(收信人设置,信息设置),系统设置(用户管理,密码管理),退出系统三大功能 2. 系统可以采用SQL Server2000作为后台数据库建立两张数据库表:人员信 息表(序号,编号,姓名,性别,出生日期,公司,部门,职务,电话,Email),名片表(编号,姓名,密码)-1 using Java Sw
studentsManager
- swing树形菜单,表格,编辑,jframe窗体-swing tree menu, table, edit, jframe form
mnppqbs
- 用8个LED发光管(红黄绿)的来回滚动显示来模拟打乒乓球时乒乓球在两边球台上的来回运动。比赛双方用按钮/开关(双方各用一个按钮/开关)来模拟发球与接球,即发球方按动其控制的按钮/开关,球从发球方一侧向另一方运动(LED发光管从发球方到对方逐个点亮,滚动显示),当球运动至接球方时,接球方立即按动其控制的按钮/开关,“击球”使球“弹回”发球方一侧,如此周而复始,直至在规定的击球时间内有一方未能完成击球动作,从而对方的一分,然后继续比赛。比赛规则可参照一般的乒乓球比赛规则。 (1) 球以每0.5秒
table
- 在Swing的Jtable的基础上,使用在Cell中存放JPanel,实现单个Cell中存放多个Component。 -Swing' s the Jtable of foundation stored in Cell JPanel, and stored in a single Cell the Component.
swing
- java界面客户端 。 用表格在窗体内显示人员信息。-java interface client. The table shows the personnel information.
pingpangqiu
- 电子乒乓球模拟比赛,用8个LED发光管(4红4绿)的来回滚动显示模拟打乒乓球时,乒乓球在两边球台上的来回运动。比赛双方用按按钮(双方各用一个按钮)的方法来模拟发球与接球,即发球方按动其控制的按钮,球从发球方一侧向对方运动(LED发光管从发球方到对方逐个点亮,滚动显示)。 当球运动至接球方时,接球方立即按动其控制的按钮,“击球”使球“弹回”发球方一侧。如此周而复始,直至在规定的击球时间内有一方未能完成击球动作,从而对方得一分;然后继续比赛。 -Electronic Table Tennis
DataCollectionTools
- 通过电脑串口读取装置寄存器的数据(MODBUS协议),界面显示读取数据,然后存于数据库中,有配置串口、点表、配置数据库、插入数据库时间的界面功能(Through the computer serial port to read data register device (MODBUS protocol), the interface display read data, and then stored in the database, the interface function, serial
Stewart_Platform-master
- stewart平台,六自由度并联摇摆台的反解控制算法,配有GUI界面,可以自定义角度,杆长等参数,设定动平台位姿即能得到电机参数(Stewart platform, inverse solution control algorithm of 6-DOF parallel swing table, with GUI interface, you can customize parameters such as angle, rod length, and set the position and