@Test
public void showOpenFileDisplaysSupportedFormats() throws Exception {
showOpenDialog(null, null);
JComboBoxFixture comboBox = getFileFormatComboBox();
final int N = comboBox.contents().length;
for (int i = 0; i < N; i++) {
JFileImageChooser.FormatFilter filter =
(JFileImageChooser.FormatFilter) comboBox.component().getItemAt(i);
String suffix = filter.getDefaultSuffix();