In order to add accelerators and such to the 4 buttons in a WizardContainer
(Finish, Cancel, Previous and Next), or to contextually change their text, I
had to traverse the Swing container hierarchy and match them by finding
JButton's whose actions have the right names. This is less than optimal.
It would be wondrously useful to have accessors for the buttons, such as
getNextButton(), etc. And it wouldn't be very hard.
Original issue reported on code.google.com by cscha...@gmail.com on 17 Jun 2011 at 12:41
Original issue reported on code.google.com by
cscha...@gmail.com
on 17 Jun 2011 at 12:41