window name=runE title="Run Examples" onClose=.runExHelperQuit
grid 1 2 sticky=W
	label text="Choose an Example" font="bold 12" sticky=W pady=5
	radio name=eN value=0 sticky=W padx=20 text=CLEAR function=.runExHelper action=clear
grid 3 2 sticky=W byrow=F
	label text="Random\nVariables" font="bold 10" sticky=NW pady=2 padx=10
	grid 4 1 sticky=NW padx=5
		radio name=eN value=1  sticky=W padx=10 text=RanVars  function=.runExHelper action=RanVars
		radio name=eN value=2  sticky=W padx=10 text=RanProp  function=.runExHelper action=RanProp
		radio name=eN value=3  sticky=W padx=10 text=SineNorm function=.runExHelper action=SineNorm
		radio name=eN value=4  sticky=W padx=10 text=CalcVor  function=.runExHelper action=CalcVor
	label text="Statistical\nAnalyses" font="bold 10" sticky=NW pady=2 padx=10
	grid 5 1 sticky=NW
		radio name=eN value=5  sticky=W padx=10 text=LinReg   function=.runExHelper action=LinReg
		radio name=eN value=6  sticky=W padx=10 text=MarkRec  function=.runExHelper action=MarkRec
		radio name=eN value=7  sticky=W padx=10 text=CCA      function=.runExHelper action=CCA
		radio name=eN value=8  sticky=W padx=10 text=vonB     function=.runExHelper action=vonB
		radio name=eN value=9  sticky=W padx=10 text=SGM      function=.runExHelper action=SGM
	label text="Other\nApplications" font="bold 10" sticky=NW pady=2 padx=10
	grid 6 1 sticky=NW
		radio name=eN value=10 sticky=W padx=10 text=LissFig  function=.runExHelper action=LissFig
		radio name=eN value=11 sticky=W padx=10 text=FishRes  function=.runExHelper action=FishRes
		radio name=eN value=12 sticky=W padx=10 text=FishTows function=.runExHelper action=FishTows
		radio name=eN value=13 sticky=W padx=10 text=YPR      function=.runExHelper action=YPR
		radio name=eN value=14 sticky=W padx=10 text=Sudoku   function=.runExHelper action=sudokuSolver
		radio name=eN value=15 sticky=W padx=10 text=TestFuns function=.runExHelper action=TestFuns
label
text name=wtxt height=15 width=60 relief=solid edit=TRUE value=""
button function=.runExHelper text="create window from source" action="__USE_EDIT__" pady=5 padx=20
