atarw / material-ui-swing

A modern, Material Design UI for Java Swing
MIT License
653 stars 86 forks source link

Added checking for null rendering hints #91

Closed vinceh121 closed 4 years ago

vinceh121 commented 4 years ago

On some platforms the rendering hints map returned by Toolkit.getDefaultToolkit().getDesktopProperty("awt.font.desktophints") might be null, in which case, NullPointerExceptions will be thrown and no rendering will be done.

vincenzopalazzo commented 4 years ago

@vinceh121 Thanks for this fix :)

vinceh121 commented 4 years ago

Seems good to me

vincenzopalazzo commented 4 years ago

@vinceh121 if the hints is null not have sent the cast to Graphics2D :)

vinceh121 commented 4 years ago

Updated with optimization in a642ed9446c67e7c8ae320f622d2a1102ecb411f