eirikbakke commented on PR #7475: URL: https://github.com/apache/netbeans/pull/7475#issuecomment-3109790959
I can report that this patch has continued working well on my Windows machine for another year; I consider it to be stable. It would also be easy to revert if it turns out to cause problems, since all the relevant code is in a separate class that is called only via GraphicsEnvironmentChangeAdjuster. registerWindow() and notifyPossibleGraphicsEnvironmentChange(). There is one IndexOutOfBoundsException stack trace mentioned in GraphicsEnvironmentChangeAdjuster.performAdjustments, which I have observed twice in 3 years, probably due to a JDK bug. In my own app I judged that error to be less of a problem than the problems fixed by the patch, which occurred more frequently. Could be debated. -- 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
