summaryrefslogtreecommitdiff
path: root/sj2/stardiv/app/AppletViewer.java
diff options
context:
space:
mode:
Diffstat (limited to 'sj2/stardiv/app/AppletViewer.java')
-rw-r--r--sj2/stardiv/app/AppletViewer.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/sj2/stardiv/app/AppletViewer.java b/sj2/stardiv/app/AppletViewer.java
index 735d3456e5..dfc695267b 100644
--- a/sj2/stardiv/app/AppletViewer.java
+++ b/sj2/stardiv/app/AppletViewer.java
@@ -2,9 +2,9 @@
*
* $RCSfile: AppletViewer.java,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:54:03 $
+ * last change: $Author: jl $ $Date: 2002-06-07 15:38:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,7 +196,8 @@ public class AppletViewer extends Frame implements Observer {
public AppletViewer(int x, int y, URL doc, Hashtable atts, PrintStream statusMsgStream) {
// resourceViewer = new stardiv.util.ResourceViewer();
// resourceViewer.show();
- System.err.println("#*#*#*:" + sun.awt.ScreenUpdater.updater);
+ //sun.awt.ScreenUpdater does not exist in Java 1.4
+// System.err.println("#*#*#*:" + sun.awt.ScreenUpdater.updater);
this.statusMsgStream = statusMsgStream;
this.atts = atts;