X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=ui%2FUIUtils.java;h=892c6cbb02ee3268853d9895c38d94fc045684f3;hb=34835dd204994ab0be1899848c4de2f9dde9f766;hp=9dedbb2d18136a8315a5993e996d415f5c62280f;hpb=e4436eaa4887688fa5e3eb7b92e9edf2551a6590;p=nikiroo-utils.git 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.