Don Donigan wrote: > I am new to Python and Tkinter and I am trying to figure out how to specify > the starting size and position for the root window. Can any one help? use the geometry method; see http://www.pythonware.com/library/tkinter/introduction/toplevel-window-methods.htm => Window Geometry Methods </F>