#Need help making something liek this in scene builder, what kind of layouts should i use?

1 messages ยท Page 1 of 1 (latest)

stoic quartz
crimson ingotBOT
#

<@&987246964494204979> please have a look, thanks.

#

Here is an AI assisted attempt to answer your question ๐Ÿค–. Maybe it helps! In any case, a human is on the way ๐Ÿ‘. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.

#

To create a layout similar to the one you have in mind, you can use various layouts available in Scene Builder. Here are a few options:

  1. BorderPane: This layout divides the scene into five regions: top, bottom, left, right, and center. You can place your main content in the center region and additional components in the other regions.

  2. GridPane: This layout allows you to create a grid-like structure where you can place components in rows and columns. It is useful when you want to align components in a structured manner.

  3. VBox/HBox: These layouts are used for vertical (VBox) or horizontal (HBox) stacking of components. You can use them to arrange components one after another either vertically or horizontally.

  4. StackPane: This layout allows you to stack multiple components on top of each other. It is useful when you want to overlay components or create layered effects.

  5. FlowPane: This layout arranges components in a flow-like manner, wrapping them to the next line if necessary. It is suitable for situations where you want components to automatically adjust their positions based on available space.

The choice of layout depends on your specific requirements and design preferences. You can experiment with different layouts in Scene Builder until you achieve the desired result.

stoic quartz
#

Why is it not going centre?