I am making an app that will calculate the size and number of different parts required to build a cabinet door. The user inputs the door size (Width X Height) and how many doors are to be made. The program outputs The number of sides, The number of tops/bottoms, and the number of panels. It also outputs the size of each part.

Everything works great so far, but I need to be able to print the door list. Keeping in mind that this is an application, How could I get it to print the text inside an editbox?