何以解忧?唯有Java

其实程序员也懂得浪漫!
posts - 90, comments - 637, trackbacks - 0, articles - 2
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

Client
XRender pipeline for Java 2D
A new Java2D graphics pipeline based upon the X11 XRender extension, which provides access to much of the functionality of modern GPUs
Forward-port 6u10 features
Forward-port implementation-specific features from the 6u10 release: The new Java Plug-In, Java Kernel, Quickstarter, related installer features, and the Swing Nimbus look-and-feel
Milestone target: M4
Create new platform APIs for forward-ported 6u10 features
Create new platform APIs for features originally implemented in the 6u10 release: Translucent and shaped windows, heavyweight/lightweight mixing, and the improved AWT security warning
Milestone target: M4
JSR 296: Swing application framework
An API to define the basic structure of a typical Swing application, thereby eliminating lots of boilerplate code and providing a much-improved initial developer experience
Links: JSR 296
Milestone target: M5
Swing updates
Small additions to the Swing API including the JXLayer component decorator, JXDatePicker, and possibly CSS-based styling

 

posted @ 2009-04-03 14:58 guanminglin@gmail.com 阅读(35345) | 评论 (1)编辑 收藏

     摘要: netbeans 6.7 m3 基本开发完毕了,意味着netbeans6.7 的发布也不远了。6月份的 JavaOne 大会上,netbeans6.7
就会发布了。6.7 版本 重点的开发放到了Maven ,Test,Debug 等功能上的完善和增强。

我比较喜欢的几个功能的改进:
  阅读全文

posted @ 2009-03-31 17:12 guanminglin@gmail.com 阅读(38159) | 评论 (27)编辑 收藏

(2009年4月2日更新) 

最近在网上找到了一些比较好的学习Swing 的网站,不敢独享,发表上来大家一起学习。

 

1.第一个就不用说了,Sun官方的教程 相当的不错。(英语基础不一定要很好,安装个Lingoes 就可以了)

 

Swing :   http://java.sun.com/docs/books/tutorial/uiswing/TOC.html

 

Java2D:   http://java.sun.com/docs/books/tutorial/2d/index.html

 

btw:你也可以将教程下载到本地上看

http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/tutorial-2008_03_14.zip?BundledLineItemUUID=Ga9IBe.oL0QAAAEgy6s0_EWl&OrderID=WkRIBe.oIjoAAAEguqs0_EWl&ProductID=D4NIBe.oo4wAAAEY3mU9OsN.&FileName=/tutorial-2008_03_14.zip

 

2. 第二个也是个英文的网站 代码和实例都很多,也是难得的学习Swing 和Java2D 的好地方

 

Swing:http://aplcenmp.apl.jhu.edu/~hall/java/Swing-Tutorial/


Java2D:http://www.apl.jhu.edu/~hall/java/Java2D-Tutorial.html

 

3.第三个还是英文的网站,这个网站上介绍的组件不多,但是代码很经典,而且还有几个简单的游戏教程。

Swing :http://www.zetcode.com/tutorials/javaswingtutorial/

 

Java2D:http://www.zetcode.com/tutorials/java2dtutorial/

 

Java2D Games:http://www.zetcode.com/tutorials/javagamestutorial/    (这个游戏教程不错

 

4.第四个还是英文的学习站点 ,这个个站点的学习文章比较多,涉及的方面也比较广,是个不错的学习java GUI 的

站点。 

 

Swing:http://life.csu.edu.au/java-tut/uiswing/

 

ps:为什么国外的Swing教程那么多呢?而且质量也不错!

       今年的工作不好找,只好再努力的巩固基础,厚积薄发!

posted @ 2009-03-30 09:16 guanminglin@gmail.com 阅读(40241) | 评论 (14)编辑 收藏

     摘要: 这篇文章很不错, 介绍了nbPython 大部分的的代码提示工能。  阅读全文

posted @ 2008-11-15 09:43 guanminglin@gmail.com 阅读(32210) | 评论 (2)编辑 收藏

     摘要: 一、NetBeans 教程系列:

NetBeans6.1 入门教程系列(1)--- 数据库的基本操作

NetBeans6.1 入门教程系列(2)--- 数据库的设计查询以及创建视图  阅读全文

posted @ 2008-11-13 12:26 guanminglin@gmail.com 阅读(36599) | 评论 (22)编辑 收藏

Python in Netbeans is a go!!!!


After a 6 months of development. nbPython has been given the green light to be release as the official python build for Netbeans. The EA release will be released with Netbeans6.5. This feels like a real achievement for us. I would like to thank all the people who made this possable:

  • Ted Leung
  • Tor Norbye
  • Frank Wierzbicki
  • Jean-Yves Mengant
  • Amit Saha
  • The rest of the nbPython Development team
  • Netbeans QA Team

Most of all the user community, With out you this would have been all for nothing.

posted @ 2008-11-13 10:29 guanminglin@gmail.com 阅读(33785) | 评论 (9)编辑 收藏

     摘要: 用过MS SQL的朋友都知道他有个视图设计器,可以很方便的创建视图。在NetBeans6.1 中也有这样的功能。大家看看截图:  阅读全文

posted @ 2008-10-31 20:27 guanminglin@gmail.com 阅读(33306) | 评论 (4)编辑 收藏

     摘要: 用了Linux 突然间想写点C的程序,大家都说GTK 好用,所以就拿GTK 作实验。
第一步:搭建开发环境
1.gcc和java,这个应该不难,一般的发行版里都有gcc,Java可以到www.sun.com下载,安装配置,google 一下到处都是。
2.到www.netbeans.org 下载netbeans IDE ,有专门的C++ 版。
3.Gtk+可以直接安装libgtk2.0-dev软件包,也可以从http://www.gtk.org/下载源码,编译安装。可能需要其他依赖的软件包如下:

* pkg-config
* GNU make
* JPEG, PNG and TIFF image libraries
* FreeType
* fontconfig
* GNU libiconv library
* GNU gettext
* GLib
* Pango
* ATK
  阅读全文

posted @ 2008-10-19 12:30 guanminglin@gmail.com 阅读(31860) | 评论 (10)编辑 收藏

     摘要: 关键字: swinghacks,swing

接着上次的进度,上次写完了背景,
SwingHacks学习笔记(1)-----自定义JPanel(一个以图像填充的组件)

现在可以考虑标签和按钮了。

这个标签是位于背景上的某个位置的静态图像。

例1.3:一个图像标签类  阅读全文

posted @ 2008-10-14 21:17 guanminglin@gmail.com 阅读(30135) | 评论 (0)编辑 收藏

     摘要: Swing 自定义组件系列-SwingHacks学习笔记(1)


一、自定义JPanel(一个以图像填充的组件)

例1.1 :一个JPanel 的定制子类

ImagePanel.java:  阅读全文

posted @ 2008-10-11 18:51 guanminglin@gmail.com 阅读(28211) | 评论 (4)编辑 收藏

仅列出标题
共9页: 上一页 1 2 3 4 5 6 7 8 9 下一页