static void addToWindowAndPack(Component c, Component toAdd) { addToWindow(c, toAdd); packFrame(c); }