Implement an "addButton" method to TheMatrix (or, more
likely, a subclass of TheMatrix called something like
TheButtonMatrix) that lets the user add JButtons, or
other Swing widgets. It should be simple to start with,
e.g. the buttons get added one after the other in a
row at the bottom of the image.