Revision: 20640
          http://sourceforge.net/p/jmol/code/20640
Author:   hansonr
Date:     2015-07-07 18:20:31 +0000 (Tue, 07 Jul 2015)
Log Message:
-----------
JSmol text writing broken in just-released Jmol 14.3.15

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/awtjs2d/Image.java
    trunk/Jmol/src/org/jmol/awtjs2d/Platform.java
    trunk/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: trunk/Jmol/src/org/jmol/awtjs2d/Image.java
===================================================================
--- trunk/Jmol/src/org/jmol/awtjs2d/Image.java  2015-07-07 08:57:37 UTC (rev 
20639)
+++ trunk/Jmol/src/org/jmol/awtjs2d/Image.java  2015-07-07 18:20:31 UTC (rev 
20640)
@@ -158,24 +158,6 @@
   }
 
   /**
-   * @param canvas  
-   * @param backgroundTransparent 
-   * @return context
-   */
-  static Object getStaticGraphics(Object canvas, boolean 
backgroundTransparent) {
-    // for text processing;
-    /**
-     * @j2sNative
-     * 
-     * return this.getGraphics(canvas);
-     * 
-     */
-    {
-    return null;
-    }
-  }
-
-  /**
    * @param vwr 
    * @param title 
    * @param imageMap  

Modified: trunk/Jmol/src/org/jmol/awtjs2d/Platform.java
===================================================================
--- trunk/Jmol/src/org/jmol/awtjs2d/Platform.java       2015-07-07 08:57:37 UTC 
(rev 20639)
+++ trunk/Jmol/src/org/jmol/awtjs2d/Platform.java       2015-07-07 18:20:31 UTC 
(rev 20640)
@@ -320,7 +320,16 @@
 
        @Override
   public Object getStaticGraphics(Object image, boolean backgroundTransparent) 
{
-               return Image.getStaticGraphics(image, backgroundTransparent);
+    // for text processing;
+    /**
+     * @j2sNative
+     * 
+     * return this.getGraphics(image);
+     * 
+     */
+    {
+    return null;
+    }
        }
 
        @Override

Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-07-07 08:57:37 UTC 
(rev 20639)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-07-07 18:20:31 UTC 
(rev 20640)
@@ -50,9 +50,14 @@
 
 Jmol.___JmolVersion="14.3.15_2015.07.07"
 
+new feature: JSmol  Jmol._persistentMenu = true 
+ -- allows menu to persist and not be removed
+ 
+new feature: JSmol  <div id=JmolApplet0_console></div>  sets a place on the 
page for the JSmol console.
+
 new feature: load xxx filter "latticeScaling=1.2"
   -- scales model based on a crystal lattice
-  -- allows volume matching for crystal comparison
+         -- allows volume matching for crystal comparison
   
 bug fix: SMARTS processing with "." may not find substructure 
 

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


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to