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
764 B
19 lines
764 B
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="PropetiesFx.jnlp">
|
||
|
<information>
|
||
|
<title>PropetiesFx</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="PropetiesFx.jar" size="3621" download="eager" />
|
||
|
</resources>
|
||
|
<applet-desc width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback" name="PropetiesFx" >
|
||
|
<param name="requiredFXVersion" value="8.0+"/>
|
||
|
</applet-desc>
|
||
|
<jfx:javafx-desc width="800" height="600" main-class="propetiesfx.PropetiesFx" name="PropetiesFx" />
|
||
|
<update check="always"/>
|
||
|
</jnlp>
|