We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In TaskDialogs.java line 253:
text.setFont( UIManager.getFont("Label.font"));
Can throw a null pointer exception in Java 7 where it didn't in Java 6.
In MacWidgets I fixed this with code that looks like:
http://code.google.com/p/macwidgets/source/browse/trunk/source/com/explodingpixels/macwidgets/MacFontUtils.java
The text was updated successfully, but these errors were encountered:
Can you provide a pull request with the fix, please?
Sorry, something went wrong.
No branches or pull requests
In TaskDialogs.java line 253:
Can throw a null pointer exception in Java 7 where it didn't in Java 6.
In MacWidgets I fixed this with code that looks like:
http://code.google.com/p/macwidgets/source/browse/trunk/source/com/explodingpixels/macwidgets/MacFontUtils.java
The text was updated successfully, but these errors were encountered: