myComboLineWidth.addItem(LINEWIDTH10);
add(myComboLineWidth, c);
c.gridwidth = 1;
// Line Style
ImageSource tempImageSource = new ImageSource();
c.gridx = 0;
c.gridy++;
add(new JLabel("Line Style"), c);
c.gridx++;
c.gridwidth = 2;
for (int i=0; i<myIconList.length; i++){
myComboLineStyle.addItem(tempImageSource.getIcon(myIconList[i]));
}
add(myComboLineStyle, c);
c.gridwidth = 1;
// the combo to select the bin column