ComboWithLabel

fun <SelectionType> ComboWithLabel(    label: String,     options: Array<SelectionType>,     emptySpaceRight: Double? = null,     emptySpaceLeft: Double? = null,     panelBorder: Border = BorderFactory.createEmptyBorder(10,10,10,10))