vbox Questions

2

Im working with a VBox and added three labels to it. The vertical space between the labels is set with setSpacing() method. But it is a fixed value, say 20. if i change the value to 50, the space w...
Quicken asked 30/11, 2016 at 8:49

2

Solved

How to get the height or prefer height of a node in JavaFX, I have 3 VBox and I want to add nodes to the the most freer panel, example: Childrens Total Height of the children's(Sum) VBoxA 5 890 V...
Penicillin asked 2/10, 2014 at 0:10

3

Solved

How do I set Z-order for VBox in JavaFX?
Slapstick asked 7/6, 2010 at 9:9

1

Solved

This simple example creates an area with 2 rectangle areas marked in red. I want to push the right area by n pixels towards the right using the VBox margin method but nothing happens. Why is margi...
Whip asked 28/7, 2018 at 19:11

1

Solved

I'm trying to make a chatBox with javafx, and I want the messages from the client to be aligned to right and the rest to left. I'm using a Vbox, wrapped in a Scrollpane and in that Vbox, each mess...
Professionalism asked 15/7, 2016 at 16:35

1

VBox classBox = new VBox(); className = new Text("defaultClass"); classBox.setAlignment(Pos.CENTER); classBox.getChildren().add(className); classBox.getStyleClass().add(VM_BOXES); variablesBox = n...
Ibeam asked 6/5, 2016 at 0:50

1

Solved

IS it possible to add a borderline around a whole content of a VBox in Javafx? Meaning i have added a lot of components already in tis VBox but want to have a border around it? So if i have the ...
Toyatoyama asked 10/11, 2015 at 9:36

2

I've been working on a software using JavaFX and I have a stupid but worrying problem. In certain part of the code I have a HBox, and, inside of it three items: an image, a label and a VBox. Th...
Gesundheit asked 17/4, 2015 at 19:30

2

Solved

I couldn't get the Elements in my HBox to grow, so I downloaded the following example code from java2s.com. It serves as a minimal not working example: package fxtest; import javafx.application.A...
Curst asked 18/2, 2014 at 20:52
1

© 2022 - 2024 — McMap. All rights reserved.