java - JFXPanel Dynamic Sizing -
in process of converting swing fx. have jfxpanels within jinternalframes. when displaying new screen, fine because first setting scene , calling pack() method on jinternalframe.
the problem lies screens new nodes added (typically based on choicebox selection) screen require panel wider. tries fit nodes in causing of labels become ellipsis. best way go having jfxpanel/jinternalframe resize when needed?
Comments
Post a Comment