Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.3
-
None
Description
in a SwingBuidler you would expect this to work:
imageIcon("/griffon-icon-${size}x${size}.png")
but it doesn't. You have to cast it to a string manually:
imageIcon("/griffon-icon-${size}x${size}.png" as String)
the factories should do this automatically, possibly at the FBS level?