Is There LAF Support for Labels?
-
Pretty much that? Thank you.
-
@Dr-Bill no Laf but you can change every property available in the GUI editor with
label.set("propertyName", value)
If you need something fancy you can always use panels -
@Matt_SF Thanks!
-
-
-
@clevername27 make the label transparent (except the text) and draw everything else on a panel.
-
@d-healey Brill, thanks!