Feb 26, 2001 #1 KryptoS Programmer Feb 7, 2001 240 BE I have a choice field with different values eg. choice field name = Zone values = ZONE1, ZONE2, ZONE3 how can I automatique chance the value without clicking on the choice field?
I have a choice field with different values eg. choice field name = Zone values = ZONE1, ZONE2, ZONE3 how can I automatique chance the value without clicking on the choice field?
Feb 28, 2001 #2 helkav Technical User Oct 19, 2000 2 GB assuming you are referring to a JTextField called choice use the method setText - inherited from JTextComponent if my assumption is wrong, apologies... Upvote 0 Downvote
assuming you are referring to a JTextField called choice use the method setText - inherited from JTextComponent if my assumption is wrong, apologies...