|
What this is
Other links
The source code
<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec="1.0+"
codebase="file://d:/jws"
href="apps/swtexamples/swtexamples.jnlp">
<information>
<title>SWT Examples
<vendor>Your website
<homepage href="http://eclipse.org/swt"/>
<description>SWT ControlExample
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.3+"/>
<jar href="apps/swtexamples/swtexamples.jar"/>
<extension name="swt" href="swt/swt.jnlp"/>
</resources>
<application-desc main-class="org.eclipse.swt.examples.controlexample.ControlExample"/>
</jnlp>
|
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.