Revision: 20324
          http://sourceforge.net/p/jmol/code/20324
Author:   hansonr
Date:     2015-02-25 04:03:52 +0000 (Wed, 25 Feb 2015)
Log Message:
-----------


Modified Paths:
--------------
    trunk/Jmol/srcjsv/jspecview/java/AwtPlatform.java
    trunk/Jmol/srcjsv/jspecview/js2d/JsPlatform.java

Modified: trunk/Jmol/srcjsv/jspecview/java/AwtPlatform.java
===================================================================
--- trunk/Jmol/srcjsv/jspecview/java/AwtPlatform.java   2015-02-25 03:47:54 UTC 
(rev 20323)
+++ trunk/Jmol/srcjsv/jspecview/java/AwtPlatform.java   2015-02-25 04:03:52 UTC 
(rev 20324)
@@ -9,8 +9,10 @@
 import java.net.URL;
 import java.text.SimpleDateFormat;
 import java.util.Date;
+import java.util.Map;
 
 import javajs.api.GenericFileInterface;
+import javajs.api.GenericImageDialog;
 import javajs.api.GenericMenuInterface;
 import javajs.api.GenericMouseInterface;
 import javajs.api.GenericPlatform;
@@ -304,5 +306,12 @@
                return null;
        }
 
+       @Override
+       public GenericImageDialog getImageDialog(String title,
+                       Map<String, GenericImageDialog> imageMap) {
+               // TODO Auto-generated method stub
+               return null;
+       }
 
+
 }

Modified: trunk/Jmol/srcjsv/jspecview/js2d/JsPlatform.java
===================================================================
--- trunk/Jmol/srcjsv/jspecview/js2d/JsPlatform.java    2015-02-25 03:47:54 UTC 
(rev 20323)
+++ trunk/Jmol/srcjsv/jspecview/js2d/JsPlatform.java    2015-02-25 04:03:52 UTC 
(rev 20324)
@@ -2,11 +2,13 @@
 
 import java.io.BufferedInputStream;
 import java.net.URL;
+import java.util.Map;
 
 import javajs.api.GenericFileInterface;
 import javajs.api.GenericMenuInterface;
 import javajs.api.GenericMouseInterface;
 import javajs.api.GenericPlatform;
+import javajs.api.GenericImageDialog;
 import javajs.api.PlatformViewer;
 import javajs.awt.Font;
 import javajs.util.P3;
@@ -377,4 +379,11 @@
                return null;
        }
 
+       @Override
+       public GenericImageDialog getImageDialog(String title,
+                       Map<String, GenericImageDialog> imageMap) {
+               // TODO Auto-generated method stub
+               return null;
+       }
+
 }

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