From: Niki Roo Date: Tue, 22 Dec 2020 16:50:59 +0000 (+0100) Subject: fix bad import, AGAIN. X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=34835dd204994ab0be1899848c4de2f9dde9f766;p=nikiroo-utils.git fix bad import, AGAIN. --- diff --git a/ui/UIUtils.java b/ui/UIUtils.java index 9dedbb2..892c6cb 100644 --- a/ui/UIUtils.java +++ b/ui/UIUtils.java @@ -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. *

* Can be cancelled by calling again with a NULL value.