Example #1
0
    def __initUI(self):

        self.parent.title("GNA Tijpoorten")

        menubar = GUI_helper.MenuBar(self)
        self.parent.config(menu=menubar)

        self.waypointframe = GUI_helper.Waypointframe(self)
        self.connections_frame = GUI_helper.ConnectionsFrame(self)
        self.routes_frame = GUI_helper.RoutesFrame(self)
        self.tidal_calculations_frame = GUI_helper.Find_Tidal_window_frame(self)
        self.tidal_graph_frame = GUI_helper.TidalWindowsGraphFrame(self)
        self.display_tidal_calculations_frame()#DEBUG