Revision: 20629
          http://sourceforge.net/p/jmol/code/20629
Author:   hansonr
Date:     2015-07-06 03:03:40 +0000 (Mon, 06 Jul 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/nbo/Jmol/src/org/jmol/viewer/Viewer.java

Modified: branches/nbo/Jmol/src/org/jmol/viewer/Viewer.java
===================================================================
--- branches/nbo/Jmol/src/org/jmol/viewer/Viewer.java   2015-07-06 03:00:48 UTC 
(rev 20628)
+++ branches/nbo/Jmol/src/org/jmol/viewer/Viewer.java   2015-07-06 03:03:40 UTC 
(rev 20629)
@@ -8590,6 +8590,10 @@
         bioAllowUnmatchedRings, bioAddCrossLinks, bioComment, explicitH);
   }
 
+  public void alert(String msg) {
+    prompt(msg, "OK", null, true);
+  }
+
   public String prompt(String label, String data, String[] list,
                        boolean asButtons) {
     return (isKiosk ? "null" : apiPlatform.prompt(label, data, list, 
asButtons));

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