New and extended features provided by NetBeans 6.0 for Java
NetBeans 6.0 offers a number of new features and extensions, and the well-known GUI designer (Matisse project) is greatly enhanced from the 5.5 release. In addition, since the integration of Profiler, version 5.5 has become easier to use. The following table lists the new and extended features of Java SE.
GUI Designer |
Automatic internationalization Features Java 6 Interface Support L&f Context Help Use language directives to highlight fonts Support for JSR-296 Swing application framework Support for JSR-295 Beans bindings |
Java Web Start |
Java Web Start for Java application projects Transformation of the running environment |
Profiler |
Profiler has been installed as the default Java SE standard and does not require a separate installation. Heapwalker Drill down Map Profiler Point |
Extension of the editor |
The NetBeans 6.0 editor has been improved a lot. Improvement of the operating interface Automatic code completion Syntax highlighting Code generation Instant renaming Live templates In addition, the editor also adds the following peripheral features. Task List Local History Change diff Viewer Similarities and differences point side Sidebar |
For more information about these new and extended features, see
Http://www.netbeans.org/features/index_ja.html
Now, try to leverage the Swing application framework to develop a simple application to get the image. Implement a keyword search on Flickr (flickr.com), capturing and displaying the functionality of a single image. (To run this Demo, you need to get the API KEY for the Flickr API and connect to the Internet.) )