@@ -123,20 +123,33 @@ Adding more Java classes
123123------------------------
124124
125125If 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+
128129If you do that, be sure to use the OpenJDK version. Most of the code in the SwingJS project started with
129130Java 6-b14 or 6-b27. Build your project, then delete these Java files, because you do not necessarily
130131want your Java code using that version, just JavaScript.
131132
133+
134+ ----------------
135+ Working projects
136+ ----------------
137+
132138A 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+
134143VARNA development is at https://github.com/BobHanson/VARNA
135144working site is https://chemapps.stolaf.edu/swingjs/varna
136145
137146Physlets development is at https://github.com/BobHanson/Physlets-SwingJS
138147working site is https://chemapps.stolaf.edu/swingjs/physlets
139148
149+ Phet applets have not been put on GitHub yet.
150+
151+
152+
140153As of Feb. 17, 2018, we are actively converting a variety of functioning Java applets.
141154
142155The physlets Animator, Doppler, and Optics are working.
0 commit comments