About Window, similar to the Linux About Dialog (but not just for Linux)
drop aboutWin.xojo_binary_window to the project and call it this way
aboutWin.showAboutWin( _ "made with Xojo" + EndOfLine + "©2016", _ "https://xojo.com", _ "Mick Xojo (Director)" + EndOfLine + "Keith Xojo (Slave)" + EndOfLine + "Donald Duck (Fun)")