<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jnlp href="launch.jnlp" spec="1.0+">
    <information>
        <title>the Cubist</title>
        <vendor>Christian Wahlmann</vendor>
        <homepage href=""/>
        <description>the Cubist</description>
        <description kind="short">the Cubist</description>

    <icon href="buttons_64_solve.png" kind="default"/>
</information>
<update check="background"/>

    <resources>
<j2se version="1.5+"/>
<jar href="cubist.jar" main="true"/>


    </resources>
    <application-desc main-class="cubist.Main">

    </application-desc>
</jnlp>
