Java Swings application for laptops

how can a keep focus on buttons by default , so that it would be easy for the apllication users.like i am asking about the methos:requestFocus() / setFocusEnabled()
[185 byte] By [send2srikanth] at [2007-9-30 22:31:17]
# 1
Create a custom focus listener, when focus changes you call a focusChanged which has a list of buttons to set the focus back to.DeltaCoder
DeltaCoder at 2007-7-7 12:54:34 > top of Java-index,Desktop,Developing for the Desktop...