I have a two dimensional array with 2 columns of data. How do I fill a combobox with data from the first column of the array?
private static double [][] dbl15YearRates = {{0, 0.0},
{5.88, 1.625},
{6, 1.25},
{6.13, 1},
{6.25, 0.375},
{6.38, 0},
{6.5, -0.375},
{6.63, -0.5},
{6.75, -0.625},
{6.88, -0.75},
{7, -0.875},
{7.13, -1},
{7.25, -1.125},
{7.38, -1.375}};