List of usage examples for javafx.scene.control TitledPane setPrefWidth
public final void setPrefWidth(double value)
From source file:net.sourceforge.entrainer.gui.EntrainerFX.java
private void setTitledPaneWidth(TitledPane tp, double width) { tp.setPrefWidth(width); }