Re: Download Graphing Utility (Complimentry Copy)
Dexter wrote:
...
Download link is http://www.britishcomputercolleges.com/vu/GraphEasyRect.jar
How about offering a web-start launch?
[e.g. grapheasy.jnlp]
<?xml version='1.0' encoding='UTF-8' ?>
<jnlp spec='1.0'
codebase='http://www.britishcomputercolleges.com/vu'>
<information>
<title>Graph Easy</title>
<vendor>British Computer Colleges</vendor>
<homepage
href='http://www.britishcomputercolleges.com/' />
<description kind='tooltip'>
Graphing Tool
</description>
<description kind='one-line'>
Graphing Tool - Freeware
</description>
</information>
<resources>
<java version='1.4+' />
<jar href='GraphEasyRect.jar' size='28802' />
</resources>
<application-desc />
</jnlp>
[/e.g. grapheasy.jnlp]
Put that file in the same directory as the jar file,
and it should be 'set to go' barring configuring the
server to serve the correct content type for JNLP
files (many do, nowadays).
It can also include things like splash screens,
desktop integration, icons,..
I had to make a few guesses - adjust as needed.
BTW - there seems to be a slight 'paint' issue
when the help dialogs are cleared from over the
graph area - the graph is redrawn, but the
background is not (is replaced by 'white shadow'
where the dialog was).
--
Andrew Thompson
http://www.athompson.info/andrew/
Message posted via http://www.javakb.com