jdialog focus
jdialog focus
December 19, 2011 - 14:20
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




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.