git://git.nikiroo.be
/
nikiroo-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4436ea
)
fix bad import, AGAIN.
author
Niki Roo
<niki@nikiroo.be>
Tue, 22 Dec 2020 16:50:59 +0000
(17:50 +0100)
committer
Niki Roo
<niki@nikiroo.be>
Tue, 22 Dec 2020 16:50:59 +0000
(17:50 +0100)
ui/UIUtils.java
patch
|
blob
|
blame
|
history
diff --git
a/ui/UIUtils.java
b/ui/UIUtils.java
index 9dedbb2d18136a8315a5993e996d415f5c62280f..892c6cbb02ee3268853d9895c38d94fc045684f3 100644
(file)
--- 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.
* <p>
* Can be cancelled by calling again with a NULL value.