eirikbakke commented on a change in pull request #3116:
URL: https://github.com/apache/netbeans/pull/3116#discussion_r692126377
##########
File path: platform/o.n.swing.plaf/src/org/netbeans/swing/plaf/util/UIUtils.java
##########
@@ -25,21 +25,12 @@
import java.awt.*;
import java.lang.reflect.Method;
import java.net.URL;
-import java.util.HashMap;
-import java.util.Map;
/** XP color scheme installer.
*
* @author Dafe Simonek
*/
public final class UIUtils {
- private static HashMap<RenderingHints.Key, Object> hintsMap = null;
- private static final boolean noAntialias =
- Boolean.getBoolean("nb.no.antialias"); //NOI18N
Review comment:
This property will no longer be respected. I think that's fine; it
doesn't seem official, or needed anymore.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists