I have a list of MultiButtons added to a container with BoxLayoutY with the container in the form at BorderLayout.WEST
When a user taps on one of the multibuttons it fills in the details in the container in BorderLayout.CENTER
When the user taps, I pass in the MultiButton to the event and call setSlected(true), however the MultiButton doesn't seem to provide any information that it is selected. The pressed state highlights the mb, but selected doesn't. How can I get the multibutton that is "selected" draw seleted?