set Combo Box Prototype Callback
fun JComboBox<*>.setComboBoxPrototypeCallback(comboPopupPrototypeCallback: ComboPopupPrototypeCallback<*>)
Content copied to clipboard
Specifies the combobox popup prototype callback which is used to compute the width of the popup at runtime.
See also
Parameters
combo Popup Prototype Callback
Popup prototype callback which is used to compute the width of the popup at runtime.