ScrollPane fsp = new ScrollPane();
GridBagLayout fgbl = new GridBagLayout();
GridBagConstraints fgbc = new GridBagConstraints();
Panel fspp = new Panel (fgbl);
fsp.add(fspp);
PropertyManager pm = PropertyManager.getPropertyManager();
String downPath = pm.getIconLocation("down");
String leftPath = pm.getIconLocation("left");
combo = new FakeComboBox(35,7,true,downPath,leftPath);
while(st.hasMoreTokens())
combo.add(st.nextToken().trim());
fspp.add(combo);
addFrame.add("Center", fsp); //Center