Path: blob/master/src/demo/share/nbproject/README.txt
41145 views
NetBeans Project Files for JDK Demos12This directory contains project files for the NetBeans IDE for the all-Java3JDK demos (some of the demos involve C code; no NetBeans project files are4provided for them at this time). For example, to bring up the Java2D demo5in NetBeans, do the following:671. If you do not already have NetBeans, download it from8http://www.netbeans.org/9and follow the directions for installation.102. Start NetBeans.113. From the main menu, choose File -> Open Project.124. In the popup window, navigate to the JDK distribution and within that to13the "demo" directory.145. Press the "Open Project Folder" button. That will open all of the demos15(for which there are project files) as subprojects.166. There should now be a Java2D project in the Projects tab of the IDE.17Right-click on the project name and choose an appropriate action, e.g.18Clean and Build Project19and then20Run Project21Some, but not all, of the projects can be run as applets as well.2223Documentation and support for NetBeans is available at the NetBeans web site:24http://www.netbeans.org/2526Notes:271. jconsole-plugin is a special kind of project, a plugin for jconsole.28Therefore it is not possible to run the project directly from the IDE.293031