Question: Set up a GUI based program that provides a grid of buttons that form a clickable multiplication table.
The user should determine at startup how many columns and rows the table will contain by entering values in a showMessageDialog().
When the user clicks on a button, the multiplication question that yielded that value should be shown in a label elsewhere in the frame.