// Make two frames and combine them into one! !747 m { static S prog1 = "#1001787"; // Quick Talk static S prog2 = "#1001680"; // Bots Table p { Class main1 = run(prog1); Class main2 = run(prog2); /* not implemented yet (needs JFrame tracking) JFrame frame1 = getFrame(main1); JFrame frame2 = getFrame(main2); */ JFrame frame1 = getFrame(get(main1, "botName")); JFrame frame2 = getFrame(get(main2, "tbl")); Component c1 = extractMainComponent(frame1); Component c2 = extractMainComponent(frame2); showSideBySide("Combined", c1, c2); } }