Esempio n. 1
0
    def __init__(self,appParent=None):
        # initialize this window
        self.parent = appParent
        TextViewer.__init__(self,self.parent)

        if(self.DEBUG):
            print("Initializing the text window.")