0N/A NetBeans Project Files for JDK Demos
0N/A
0N/AThis directory contains project files for the NetBeans IDE for the all-Java
0N/AJDK demos (some of the demos involve C code; no NetBeans project files are
0N/Aprovided for them at this time). For example, to bring up the Java2D demo
0N/Ain NetBeans, do the following:
0N/A
0N/A1. If you do not already have NetBeans, download it from
0N/A http://www.netbeans.org/
0N/A and follow the directions for installation.
0N/A2. Start NetBeans.
0N/A3. From the main menu, choose File -> Open Project.
0N/A4. In the popup window, navigate to the JDK distribution and within that to
0N/A the "demo" directory.
0N/A5. Press the "Open Project Folder" button. That will open all of the demos
0N/A (for which there are project files) as subprojects.
0N/A6. There should now be a Java2D project in the Projects tab of the IDE.
0N/A Right-click on the project name and choose an appropriate action, e.g.
0N/A Clean and Build Project
0N/A and then
0N/A Run Project
0N/A Some, but not all, of the projects can be run as applets as well.
0N/A
0N/ADocumentation and support for NetBeans is available at the NetBeans web site:
0N/A http://www.netbeans.org/
0N/A
0N/ANotes:
0N/A 1. jconsole-plugin is a special kind of project, a plugin for jconsole.
0N/A Therefore it is not possible to run the project directly from the IDE.