Skip to main content

jdialog focus

1 reply [Last post]
3.14.TR
Offline
Joined: 2011-12-19
Points: 0

hi,

i'm little bit new to java, and I have a little problem. I'd like to get focus on the dialog (not panel, not button or sroll). so I try dialog.requestFocus() as i've done before on button etc. but compilor says that it's unable to do so

Can you help?

thanks, Petr

Reply viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
generessler
Offline
Joined: 2010-02-02
Points: 0

Both Dialog and JDialog inherit requestFocus() from awt.Component. If you post a small fragment showing what won't compile maybe we'll be able to help you.