From: Niki Roo Date: Tue, 22 Dec 2020 15:49:15 +0000 (+0100) Subject: fix bad import X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=1568dd73d966d18facf889cdbcf13b4c4679df66;p=nikiroo-utils.git fix bad import --- diff --git a/ui/UIUtils.java b/ui/UIUtils.java index 39d73c5..51766d3 100644 --- a/ui/UIUtils.java +++ b/ui/UIUtils.java @@ -27,8 +27,6 @@ import javax.swing.UnsupportedLookAndFeelException; import javax.swing.event.HyperlinkEvent; import javax.swing.event.HyperlinkListener; -import com.sun.java.swing.plaf.windows.resources.windows; - import be.nikiroo.utils.Version; import be.nikiroo.utils.VersionCheck;