dethmoroz / quickfix-messenger

Automatically exported from code.google.com/p/quickfix-messenger
0 stars 0 forks source link

General Refactoring #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The "mainPanel" needs to be in its own class.

Original issue reported on code.google.com by jramoyo on 2 Oct 2012 at 5:53

GoogleCodeExporter commented 8 years ago
Updated summary.

Original comment by jramoyo on 2 Oct 2012 at 10:07

GoogleCodeExporter commented 8 years ago
MessagePanel should be responsible for extracting the String Message, XML 
Message, and QuickFIX message, not the Frame

Messenger should be responsible for sending the QuickFIX message, not the Frame

Project frame should act as child of the main frame.

Original comment by jramoyo on 2 Oct 2012 at 10:10

GoogleCodeExporter commented 8 years ago
MemberPanel should be a Generic type

Original comment by jramoyo on 2 Oct 2012 at 3:29

GoogleCodeExporter commented 8 years ago
Fixed

Original comment by jramoyo on 3 Oct 2012 at 6:38