16 lines
555 B
XML
16 lines
555 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="Client.jnlp">
|
|
<information>
|
|
<title>Client</title>
|
|
<vendor>Unknown</vendor>
|
|
<description>Client</description>
|
|
<offline-allowed/>
|
|
</information>
|
|
<resources>
|
|
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
|
|
<jar href="Client.jar" size="9642" download="eager" />
|
|
</resources>
|
|
<jfx:javafx-desc width="900" height="900" main-class="game.TicTacToe_Client" name="Client" />
|
|
<update check="background"/>
|
|
</jnlp>
|