{ 'application':{ 'type':'Application', 'name':'Minimal', 'backgrounds': [ { 'type':'Background', 'name':'bgMin', 'title':'Minimal Naked Planning Tool', 'size':( 900, 700 ), 'menubar': { 'type':'MenuBar', 'menus': [ { 'type':'Menu', 'name':'menuFile', 'label':'&File', 'items': [ { 'type':'MenuItem', 'name':'menuFileExit', 'label':'E&xit\tAlt+X', 'command':'exit' } ] } ] }, 'components': [ { 'type':'TextField', 'name':'queue1', 'position':(5, 5), 'size':(150, -1), 'text':'' }, { 'type':'TextField', 'name':'queue2', 'position':(5, 35), 'size':(150, -1), 'text':'' }, { 'type':'TextField', 'name':'queue3', 'position':(5, 65), 'size':(150, -1), 'text':'' }, { 'type':'TextField', 'name':'queue4', 'position':(5, 95), 'size':(150, -1), 'text':'' }, { 'type':'TextField', 'name':'queue5', 'position':(5, 125), 'size':(150, -1), 'text':'' }, { 'type':'TextField', 'name':'queue6', 'position':(5, 155), 'size':(150, -1), 'text':'' }, { 'type':'TextField', 'name':'queue7', 'position':(5, 185), 'size':(150, -1), 'text':'' }, { 'type':'Button', 'name':'save_button', 'label':'Save', 'position':(40, 220), 'size':(150, -1) } ] } ] } }