Questions tagged as 'jtextfield'

1
answer

Caret position at the end in jformattedtextfield

I have a jFormatted textfield with a numeric mask. This means that when you click on the field, the cursor is positioned where the user has clicked, instead of at the beginning, since it is filled with placeholders . How can I modify this, k...
asked by 20.07.2017 / 16:54
1
answer

How to pass data from a JTable to a JDialog?

Hi, I'm trying to pass data from a JTable to a JDialog (attached code). I've also tried this code with a JFrame and all the data passed to the latter (I've already put public and static to both JTextField ), so is there anything wrong...
asked by 25.06.2017 / 10:12
1
answer

Make a textfielf javaFX disable but selectable [closed]

I have created a textfiel disable in JavaFX, but when I run and load the data it does not let me copy or select anything, apparently disable property disables my text box. textFiel.setDisable (true); I tried to change the editable property...
asked by 14.05.2017 / 00:01
1
answer

Help Username in Jtextfield

I need to generate a "nickname" based on 3 jtextfield, which takes the first two letters of each text ... for example Juan Perez Gonzalez and let the nick name be JUPEGO     
asked by 18.04.2018 / 20:41