易截截图软件、单文件、免安装、纯绿色、仅160KB

java 的悲哀swingx死了

虽然可以通过 https://swinglabs.dev.java.net/ 访问但是已经停止更新了,不知道新东家oracle是否会资助。
子项目
名称
摘要


actions
A simple framework for declarative actions in Swing apps
aerith
Cool JavaOne Demo
appframework
Swing Application Framework
beansbinding
Beans Binding (JSR 295) reference implementation
colorchooser
A Swing widget for selecting colors with a single mouse
gesture
databinding
SwingLabs Data Binding Framework
deployment
Tools for deploying Java desktop applications
fuse
Resource injection library.
jdic
JDesktop Integration Components
jdnc
SwingLabs Desktop Network Components
jxlayer
The universal decorator for the Swing components
laffy
Swing Look And Feel Demo Application
mediajuggler
Visual tool for generating java code of rich multimedia
effects
nimbus
Synth based look and feel for Swing
pdf-renderer
An All-Java PDF Renderer
scenegraph
Scene Graph for JavaFX
swing-blueprints
Blueprints Application for Swing
swing-layout
Extensions to Swing to create professional cross platform
layout
swinghelper
Making Swing easier!
swinglabs-demos
SwingLabs Demo Applications
swingset3
The next generation Swing Demo program
swingworker
long running Swing GUI interacting tasks
swingx
SwingLabs Swing Component Extensions
swingx-ws
Web Oriented JavaBeans and Swing
tabletpainter
Graphics editor with Tablet support
wizard
API and UI to develop wizards in Swing easily


相关文档:

如何在Oracle中使用Java存储过程 (详解)

其实,这篇短文,我早就应该写了。因为,java存储过程今后在各大数据库厂商中越来越流行,功能也越来越强大。这里以Oracle为例,介绍一下java存储过程的具体用法。
一、如何创建java存储过程?
通常有三种方法来创建java存储过程。
1. 使用oracle的sql语句来创建:
e.g. 使用create or replace and compile java source ......

用Java写爬网页的小工具

其实也不是爬网页,只是从一个XML文件取URL,然后抓取网页内容。
主要有几点,备忘:
1. 全局代理,设置之后所有的URL都使用此代理,这样可以直接调用FileUtils.copyURLToFile:
private void initProxy(String host, int port,
final String username, final String password) {
Authenticator.setDefault(new Aut ......

java数据库连接


MySQL:
String Driver="com.mysql.jdbc.Driver"; //驱动程序
String URL="jdbc:mysql://localhost:3306/db_name"; //连接的URL,db_name为数据库名
String Username="username"; //用户名
String Password="password"; //密码
Class.forName(Driver).new Instance();
......

java语言SUN公司标准编码规范

Java语言编码规范(Java Code Conventions)SUN标准
 
 
1 介绍(Introduction)1.1 为什么要有编码规范(Why Have Code Conventions)1.2 版权声明(Acknowledgments)2 文件名(File Names)2.1 文件后缀(File Suffixes)2.2 常用文件名(Common File Names)3 文件组织(File Organization)3.1 Java源文件(Java Source Fi ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号