a simple Java-FX Application which Simulate the Approximation of Pi https://nextn.xyz
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://www.netbeans.org/ns/project/1">
  3. <type>org.netbeans.modules.java.j2seproject</type>
  4. <configuration>
  5. <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1">
  6. <extension file="jfx-impl.xml" id="jfx3">
  7. <dependency dependsOn="-jfx-copylibs" target="-post-jar"/>
  8. <dependency dependsOn="-rebase-libs" target="-post-jar"/>
  9. <dependency dependsOn="jfx-deployment" target="-post-jar"/>
  10. <dependency dependsOn="jar" target="debug"/>
  11. <dependency dependsOn="jar" target="profile"/>
  12. <dependency dependsOn="jar" target="run"/>
  13. </extension>
  14. </buildExtensions>
  15. <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
  16. <name>MontecarloPi</name>
  17. <source-roots>
  18. <root id="src.dir"/>
  19. </source-roots>
  20. <test-roots>
  21. <root id="test.src.dir"/>
  22. </test-roots>
  23. </data>
  24. </configuration>
  25. </project>