[izpack-devel] InitialFocus to yesRadioButton in LicencePanel

Dominik.S Dominik.S at sekas.de
Tue Jul 4 13:48:28 CEST 2006


Hi,

i think it would be a good idea to put the initial focus to the
yesRadioButton in the License Panel. This could be done at the end of
the constructor of the java class LicencePanel (package:
com.izforge.izpack.panels) by just adding "setInitialFocus(yesRadio)": 


    public LicencePanel(InstallerFrame parent, InstallData idata)
        {
        
        // ... some code
        
        // set inital focus to yesRadioButton
        setInitialFocus(yesRadio);
    }


Perhaps someone could include this in the next release.

Regards,
  dominik
###########################################

This message has been scanned by F-Secure Anti-Virus.
For more information, connect to http://www.f-secure.com/



More information about the izpack-devel mailing list