Java GUI of a restaurant order that returns a receipt as a PDF
run TakeOutGUI.java for a windowed UI version of the program. The print button will have you name and select the location of the receipt.
run TakeOutText.java for a console version of the program. The receipt will be returned in the terminal instead of a PDF file.