sshahine / JFoenix

JavaFX Material Design Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JFXCheckBox label overflows instead of using ellipsis

mic-nguyen opened this issue · comments

How to reproduce:

  • Add JFXCheckBox to a container with a long label
  • Resize container to a length shorter than the label
  • Label will not be shorten and will overflow instead

This differs from the standard CheckBox as it properly uses ellipsis to shorten its label.