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