Perchè nn mi fa inserire gli elementi in questo modo?

for (int i=1900;i<2003;i++)
{
getJComboBox1().addItem((Object)(i));
}



Grazie