protected void initAddPanel(Properties config) {
if(addFrame == null) {
addFrame = new Panel(new BorderLayout());
String af = config.getProperty("org.w3c.jigadm.editors.frames");
StringTokenizer st = new StringTokenizer(af, "|");
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())