fix bad import, AGAIN.
authorNiki Roo <niki@nikiroo.be>
Tue, 22 Dec 2020 16:50:59 +0000 (17:50 +0100)
committerNiki Roo <niki@nikiroo.be>
Tue, 22 Dec 2020 16:50:59 +0000 (17:50 +0100)
ui/UIUtils.java

index 9dedbb2d18136a8315a5993e996d415f5c62280f..892c6cbb02ee3268853d9895c38d94fc045684f3 100644 (file)
@@ -32,8 +32,6 @@ import javax.swing.event.HyperlinkListener;
 import be.nikiroo.utils.Version;
 import be.nikiroo.utils.VersionCheck;
 
-import com.sun.java.swing.plaf.windows.resources.windows;
-
 /**
  * Some Java Swing utilities.
  * 
@@ -376,7 +374,7 @@ public class UIUtils {
        }
 
        /**
-        * Set the given {@link windows} to full screen mode, on the desktop it
+        * Set the given {@link Window} to full screen mode, on the desktop it
         * currently resides on.
         * <p>
         * Can be cancelled by calling again with a NULL value.