65.9K
CodeProject is changing. Read more.
Home

GUI Modeling in Perl/Tk Using Composite Design Pattern

starIconstarIconstarIconstarIconstarIcon

5.00/5 (1 vote)

Dec 14, 2018

CPOL

12 min read

viewsIcon

8752

downloadIcon

86

This document is spanned over two sections DESIGN and EXAMPLE. DESIGN talks about generic way to develop GUI for a command line utility through composite design pattern and EXAMPLE is about using the above GUI design formula to develop DataPool ,DoS security tool, GUI.

GUI Modeling in Perl/Tk Using Composite Design Pattern - CodeProject