Skip to content

Commit 2ff380c

Browse files
committed
more readme
1 parent 193dcba commit 2ff380c

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

sources/net.sf.j2s.core/dist/README.txt

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,20 +123,33 @@ Adding more Java classes
123123
------------------------
124124

125125
If you find you are missing a Java class, please contact me (Bob Hanson) at hansonr@stolaf.edu.
126-
You can try adding these yourself by **temporarily** adding one or more of the
127-
Java classes found at http://grepcode.com to the proper package in your project. For example, java/awt.
126+
You can try adding these yourself by **temporarily** adding one or more of the Java classes found
127+
at http://grepcode.com to the proper package in your project. For example, java/awt.
128+
128129
If you do that, be sure to use the OpenJDK version. Most of the code in the SwingJS project started with
129130
Java 6-b14 or 6-b27. Build your project, then delete these Java files, because you do not necessarily
130131
want your Java code using that version, just JavaScript.
131132

133+
134+
----------------
135+
Working projects
136+
----------------
137+
132138
A full site with many examples is at https://chemapps.stolaf.edu/swingjs/site
133139

140+
Falstad applets are in https://github.com/BobHanson/SwingJS-Examples
141+
and appear at https://chemapps.stolaf.edu/swingjs/site
142+
134143
VARNA development is at https://github.com/BobHanson/VARNA
135144
working site is https://chemapps.stolaf.edu/swingjs/varna
136145

137146
Physlets development is at https://github.com/BobHanson/Physlets-SwingJS
138147
working site is https://chemapps.stolaf.edu/swingjs/physlets
139148

149+
Phet applets have not been put on GitHub yet.
150+
151+
152+
140153
As of Feb. 17, 2018, we are actively converting a variety of functioning Java applets.
141154

142155
The physlets Animator, Doppler, and Optics are working.

0 commit comments

Comments
 (0)