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

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -