From 34835dd204994ab0be1899848c4de2f9dde9f766 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Tue, 22 Dec 2020 17:50:59 +0100 Subject: [PATCH] fix bad import, AGAIN. --- ui/UIUtils.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. -- 2.27.0