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.

19 lines
755 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="MontecarloPi.jnlp">
  3. <information>
  4. <title>MontecarloPi</title>
  5. <vendor>Eduard</vendor>
  6. <description>null</description>
  7. <offline-allowed/>
  8. </information>
  9. <resources>
  10. <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
  11. <jar href="MontecarloPi.jar" size="10441" download="eager" />
  12. </resources>
  13. <applet-desc width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback" name="MontecarloPi" >
  14. <param name="requiredFXVersion" value="8.0+"/>
  15. </applet-desc>
  16. <jfx:javafx-desc width="800" height="600" main-class="montecarlopi.MontecarloPi" name="MontecarloPi" />
  17. <update check="always"/>
  18. </jnlp>