barmalei / zebkit

JavaScript library that follows easy OOP concept, provides HTML5 Canvas based Rich UI and includes Java to JavaScript converter tool
Apache License 2.0
931 stars 177 forks source link

How to make Label resizable ? #156

Closed vasu-vvp closed 6 years ago

barmalei commented 6 years ago

Whether a label is re-sizeable or not depends on layout manager of a panel the label has been inserted. Most of the layout managers shape its children components according to preferred size of the components. So you can either use appropriate layout manager or control label preferred size via "setPreferredSize" method.