Revision: 20385
          http://sourceforge.net/p/jmol/code/20385
Author:   hansonr
Date:     2015-03-16 02:07:07 +0000 (Mon, 16 Mar 2015)
Log Message:
-----------


Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/applet/AppletWrapper.java

Modified: trunk/Jmol/src/org/jmol/applet/AppletWrapper.java
===================================================================
--- trunk/Jmol/src/org/jmol/applet/AppletWrapper.java   2015-03-14 23:31:36 UTC 
(rev 20384)
+++ trunk/Jmol/src/org/jmol/applet/AppletWrapper.java   2015-03-16 02:07:07 UTC 
(rev 20385)
@@ -36,11 +36,18 @@
 import java.awt.Toolkit;
 import java.net.URL;
 
+//import javax.swing.JApplet;  also works
+
 import javajs.util.PT;
 
 import org.jmol.util.Logger;
 import org.jmol.util.GenericApplet;
 
+/**
+ * Using Applet only because originally there was the possibility of non-Swing 
versions of 
+ * the JRE being used. No real difference, I think.
+ * 
+ */
 public class AppletWrapper extends Applet {
 
   public WrappedApplet wrappedApplet;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to