I’ve search for all Internet but can’t figure this out, i have my textviews on my Images, when I rotate the phone or change to other screen size, the Text won’t adapt like i want (left image) i already tried app:autoSizeTextType=”uniform”, wrap content, match parent, but this won’t do. Image my xml Answer You can create a new layout for
Tag: responsive-design
Dynamically adding nodes in JavaFX
I’m trying to build a chat application that implements Group chat in JavaFX. I want to make a Scroll Pane inside of a Border pane that will contain all Groups in which the User is member of. The Groups icons (ImageViews) need to be added dynamically(cannot be done in Scene Builder) to the Scroll Pane(inside of a HBox) as the