12 2006 档案
关于Swing实现透明窗体的。我也很喜欢,收藏!
摘要:Editor's note: The following example from Swing Hacks is one of the book's most visually daring hacks--mimicking the arbitrarily shaped window you might see in an native MP3 player skin. The ha... 阅读全文
posted @ 2006-12-12 21:53 空空色色 阅读(4140) 评论(1) 推荐(0)
java中的数据库程序应用
摘要:简单的,分两步讨论。(一) 1.数据的准备,比较常用的是windows下的Acess工具,首先建立一个你自己的数据库文件,例如我们取名为datebase.mdb,打开后在里面创建表,一个或者多个(具体如何创建依自己喜好)。 2.加载数据源,表建好之后,并不意味着一切已经完事,下面,打开我的电脑,控制面板,管理工具。数据源(ODBC),单击添加按钮,选择Microso... 阅读全文
posted @ 2006-12-01 22:12 空空色色 阅读(240) 评论(0) 推荐(0)