]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/threedee/ThreeDWindow.java
Version 4, January 2008
[GpsPrune.git] / tim / prune / threedee / ThreeDWindow.java
index 52aeba36fe02ec7bee90345bc7d56e4b5b7f1cb1..df72bc758f9431bea0f5e069d97e514042ad1b5d 100644 (file)
@@ -17,6 +17,7 @@ public interface ThreeDWindow
 
        /**
         * Show the window
+        * @throws ThreeDException when 3d classes not found
         */
        public void show() throws ThreeDException;
 }