TextFieldWithLabel

fun TextFieldWithLabel(    label: String,     emptySpaceRight: Double? = null,     emptySpaceLeft: Double? = null,     panelBorder: Border = BorderFactory.createEmptyBorder(10,10,10,10))