Message Center view that shows the latest messages generated by the app. This is a Table and can therefore be a member to any layout. However, it can also be displayed in its own non-modal dialog window. If you want this table shown in a dialog window, call {@link #showMessageCenterWindow()}. Note: this class has to be very careful about catching any and all exceptions. Otherwise, an uncaught exception will cause a flooding of global exception messages (since the unhandled exception handler in CoreGUI will recursively call into this message center).
@author John Mazzitelli
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.