package uk.co.mmscomputing.device.sane.option; import java.io.*; import java.util.*; import javax.swing.*; import java.awt.*; import java.awt.event.*; import javax.swing.event.*; import javax.swing.border.*; import uk.co.mmscomputing.device.sane.*; // not tested this, hp oj doesn't use this type of option public class FixedListPanel extends DescriptorPanel{ JComboBox[] combos=null; public FixedListPanel(FixedList od){ super(od); String[] list=new String[od.list.length]; for(int i=0;i>2; JPanel p=new JPanel(); p.setLayout(new GridLayout(len,1)); combos=new JComboBox[len]; for(int i=0;i