Skip to main content
summaryrefslogtreecommitdiffstats
blob: 153c40a77f04b4ab94588143f0ea94d80c03ff19 (plain) (blame)
1
2
3
4
5
6
7
8
9
package org.eclipse.fx.testcases.fxgraph.realworld

import javafx.scene.layout.BorderPane

component SegmentedButton {
	BorderPane {
		//TODO Add Nodes
	}
}

Back to the top