Insubstantial / insubstantial

Swing look-and-feel library and assorted widgets
193 stars 57 forks source link

Fixes #143: IllegalArgumentException in ribbon band title calculation #144

Open dhadka opened 9 years ago

dhadka commented 9 years ago

If the band's width (titleRectangle.width) is too small to fit any characters in the title, then title.substring(0, title.length() - 1) will throw an IllegalArgumentException when title.length() == 0.

This may be caused by custom Windows display settings. On two Windows machines running identical code, only one experienced this error.

buildhive commented 9 years ago

Insubstantial » insubstantial #46 SUCCESS This pull request looks good (what's this?)