java - Get focus on a JTextField from another panel when a CardLayout changes -


hi need on swing application doing. have dialog 2 panels, first panel has cardlayout , second has flowlayout. first layout has buttons change card layout , buttonclick entered specific textfield on second panel. every time card layout changes, textfield on second panel loses focus. how focus of specific textfield of second panel?

when clicking on button go anohter panel

write code inside "actionperformed" of button

actionperformed(actionlistenet al) {  //code..  textfield.requestfocus();//what textfield u wnat  } 

refer link setting focus text field


Comments

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -