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.
18 lines
813 B
18 lines
813 B
<?xml version="1.0" encoding="utf-8"?> |
|
<jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="JavaFXTableExample.jnlp"> |
|
<information> |
|
<title>JavaFXTableExample</title> |
|
<vendor>denis</vendor> |
|
<description>null</description> |
|
<offline-allowed/> |
|
</information> |
|
<resources> |
|
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/> |
|
<jar href="JavaFXTableExample.jar" size="3832" download="eager" /> |
|
</resources> |
|
<applet-desc width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback" name="JavaFXTableExample" > |
|
<param name="requiredFXVersion" value="8.0+"/> |
|
</applet-desc> |
|
<jfx:javafx-desc width="800" height="600" main-class="javafxtableexample.JavaFXTableExample" name="JavaFXTableExample" /> |
|
<update check="always"/> |
|
</jnlp>
|
|
|