|
What this is
Other links
The source code<module> <!-- //////// FIXED PATHS //////// --> <!-- Inherit the SWT-Dojo libs and the SWT common libs --> <inherits name="org.eclipse.swt.swtlibs"/> <!-- Inherit the base Dojo libs --> <inherits name="dojoLib"/> <!-- Inherit the SWT javascript libs, css styles, etc. --> <inherits name="resources"/> <!-- Inherit java.io + java.lang emulated libs. --> <inherits name="dojo.JCL"/> <inherits name="common.JCL"/> <!-- Inherit the core Web Toolkit stuff. --> <inherits name="com.google.gwt.user.User"/> <!-- //////// FIXED PATHS //////// --> <!-- Specify the app entry point class. --> <entry-point class="org.eclipse.swt.examples.controlexample.Main"/> </module> |
... 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.