Hello, If I use Glade to create a window and a frame in that window with a bunch of widgets in the frame. When I load the .glade file: Glade.XML gxml = new Glade.XML(null, "filename.glade", "frame", null); Now since I only loaded the frame, is memory still being allocated for the window or just the frame and the containing widgets? Thanks Joe