Feedback Window
The class FeedbackList provides various forms of messages from Visual Soar to the user.
FeedbackList extends the java class JList and keeps a list of any and all messages.
FeedbackList uses the class FeedbackListObject as its primary type of component in its list.
To set the feedback window to a list, use the public MainFrame method, setFeedbackListData(Vector v).
The private class FeedbackListRenderer formats the list to the specified color.