}
}
- hsplitpane(fill = true, initialPosition = 600) {
+ hsplitpane(fill = true, initialPosition = 600, positionProperty = "hsplitpane.pos") {
vbox(fill = true) {
val model = TableModel()
model.addColumn("Title", ColumnType.STRING, -1)
margin: Int = -1,
spacing: Int = -1,
initialPosition: Int = 0,
+ positionProperty: String? = null,
value: UiInteger? = null,
varname: String? = null,
maxPanes: Int = 0,
margin = margin,
spacing = spacing,
initialPosition = initialPosition,
+ positionProperty = positionProperty,
value = value,
varname = varname,
maxPanes = maxPanes,
margin: Int = -1,
spacing: Int = -1,
initialPosition: Int = 0,
+ positionProperty: String? = null,
value: UiInteger? = null,
varname: String? = null,
maxPanes: Int = 0,
margin = margin,
spacing = spacing,
initialPosition = initialPosition,
+ positionProperty = positionProperty,
value = value,
varname = varname,
maxPanes = maxPanes,