BigFooty Forum

grimlock
grimlock
There should be a "Details" button that would give more information
D
daworm91
Yes there is mate. There is a whole heap of code in there. Do you want me to copy and paste here?
D
daworm91
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jnlp codebase="http://ffgenie.com" href="launch.jnlp" spec="1.0+">
<information>
<title>FFGenie</title>
<vendor>grimlock</vendor>
<homepage href="http://ffgenie.com"/>
<description>Analyses VirtualSports-run AFL fantasy comps</description>
<description kind="short">FFGenie</description>
D
daworm91
<icon href="splash2017.1.png" kind="splash"/>
<icon href="ffg.JPG" kind="default"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
D
daworm91
<j2se java-vm-args="-Djava.util.logging.config.file=etc/ffgenie_logging.properties -Xmx512m" version="1.7+"/>
<jar href="FFGenie.jar" main="true"/>
<jar download="lazy" href="lib/commons-math-1.2.jar"/>
<jar download="lazy" href="lib/glazedlists-1.7.0_java15.jar"/>
<jar download="lazy" href="lib/swing-layout-1.0.4.jar"/>
D
daworm91
<jar href="lib/JSON-java.jar"/>
<jar href="lib/commons-codec-1.10.jar"/>
<jar href="lib/commons-io-2.5.jar"/>
<jar href="lib/commons-lang3-3.5.jar"/>
<jar href="lib/commons-logging-1.2.jar"/>
<jar href="lib/cssparser-0.9.21.jar"/>
<jar href="lib/htmlunit-2.24.jar"/>
<jar href="lib/htmlunit-core-js-2.23.jar"/>
D
daworm91
<jar href="lib/httpclient-4.5.2.jar"/>
<jar href="lib/httpcore-4.4.4.jar"/>
<jar href="lib/httpmime-4.5.2.jar"/>
<jar href="lib/jetty-io-9.2.20.v20161216.jar"/>
<jar href="lib/jetty-util-9.2.20.v20161216.jar"/>
<jar href="lib/neko-htmlunit-2.24.jar"/>
<jar download="lazy" href="lib/sac-1.3.jar"/>
<jar href="lib/serializer-2.7.2.jar"/>
D
daworm91
<jar href="lib/websocket-api-9.2.20.v20161216.jar"/>
<jar href="lib/websocket-client-9.2.20.v20161216.jar"/>
<jar href="lib/websocket-common-9.2.20.v20161216.jar"/>
<jar href="lib/xalan-2.7.2.jar"/>
<jar href="lib/xercesImpl-2.11.0.jar"/>
<jar href="lib/xml-apis-1.4.01.jar"/>
</resources>
<application-desc main-class="ffg.gui.FFGFrame">
</application-desc>
</jnlp>
D
daworm91
sorry about all the comments, only let me post 420 characters per comment
Back
Top