setComboBoxPrototypeDisplayValue

fun JComboBox<*>.setComboBoxPrototypeDisplayValue(comboPopupPrototypeDisplayValue: Any)

Specifies the combobox popup prototype display value which is used to compute the width of the popup at runtime.

Parameters

comboPopupPrototypeDisplayValue

Popup prototype display value which is used to compute the width of the popup at runtime.

See also