Quiero establecer el índice seleccionado en un JComboBox por el valor, no por el índice. ¿Como hacer eso? Ejemplo public class ComboItem {
private String value;
private String label;
Tengo una lista desplegable ASP.NET como esto: <asp:DropDownList ID="ddlMyDropDown" runat="server">
<asp:ListItem>Please pick one</asp:ListItem>
<asp:ListItem>option1</asp:ListItem>
<a