Other |
---|
fx1.2Resolved |
Duplicate :
|
Imagine a Frame that contains a Canvas. The Canvas loads some graphics during application startup. When the Frame is made visible, the Frame gets packed to contains all the graphics in the Canvas. Now we would like to change the whole graphics in the Canvas but there is no way how to invoke re-packing. Previously there has been a workaround: myFrame.getWindow().pack(); but is workaround is no longer working. Setting issue as Major since there is no workaround available.
|