tomaskenis / cjwizard

Somehting to use for git svn tag conversion
0 stars 0 forks source link

Access to Buttons in WizardContainer would be useful #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
moved to: https://github.com/creswick/cjwizard/issues/9

Original comment by cresw...@gmail.com on 28 Mar 2014 at 10:06