JButton
Hi all is there anyway to make a JButton to be default in a dialog box? I found that there are only 3 methods which are:
isDefaultButton()
isDefaultCapable()
setDefaultCapable()
But these methods are not useful in setting a JButton to be default in a dialog box. what do i do? Plz help and thanx in advance.

