Package org.problets.domain.model.output.view

Class Summary
AllOutputForm The panel to add multiple outputs for a program, each could be from a different line of code Displays all the outputs selected so far, plus an empty LineOutput control.
ErrorFlagView Presents a panel with a green check mark (for correct), red cross (for incorrect), blank (when error-flag not selected), amber diamond (if partial)
ErrorFlagView2  
LineOutputView To view the LineOutput object
OutputAnswerView To display the controls for the student to enter the answer to an output question
OutputStreamController To handle the controllers for OutputStreamView
OutputStreamView To create a panel that will allow the user to see LineOutputs
SingleOutputForm Displays the panel to enter one output and its line number.