#---------------------------------------------------------------------------
## Create a new frame class, derived from the wxPython Frame.
#---------------------------------------------------------------------------
## Create a new frame class, derived from the wxPython Frame.
app = MyApp(0) # Create an instance of the application class
app.MainLoop() # Tell it to start processing events
app = MyApp(0) # Create an instance of the application class
app.MainLoop() # Tell it to start processing events