src/demo/share/nbproject/README.txt
author lbourges
Tue, 10 Sep 2019 21:20:51 +0200
changeset 58321 7f55aad34ac4
parent 47216 71c04702a3d5
permissions -rw-r--r--
8230728: Thin stroked shapes are not rendered if affine transform has flip bit Summary: use abs(at.getDeterminant()) in userSpaceLineWidth() to ensure positive value Reviewed-by: prr, jdv
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
                    NetBeans Project Files for JDK Demos
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
This directory contains project files for the NetBeans IDE for the all-Java
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
JDK demos (some of the demos involve C code; no NetBeans project files are
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
provided for them at this time).  For example, to bring up the Java2D demo
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
in NetBeans, do the following:
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
1. If you do not already have NetBeans, download it from
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
     http://www.netbeans.org/
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
   and follow the directions for installation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
2. Start NetBeans.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
3. From the main menu, choose File -> Open Project.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
4. In the popup window, navigate to the JDK distribution and within that to
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
   the "demo" directory.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
5. Press the "Open Project Folder" button.  That will open all of the demos
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
   (for which there are project files) as subprojects.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
6. There should now be a Java2D project in the Projects tab of the IDE.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
   Right-click on the project name and choose an appropriate action, e.g.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
     Clean and Build Project
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
   and then
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
     Run Project
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
   Some, but not all, of the projects can be run as applets as well.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
Documentation and support for NetBeans is available at the NetBeans web site:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
     http://www.netbeans.org/
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
Notes:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
 1. jconsole-plugin is a special kind of project, a plugin for jconsole.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
    Therefore it is not possible to run the project directly from the IDE.