Problem with setting text into a uneditable JTextField

Posted by The Z on Stack Overflow See other posts from Stack Overflow or by The Z
Published on 2010-03-13T15:04:35Z Indexed on 2010/03/13 15:15 UTC
Read the original article Hit count: 225

Filed under:
|

I have a tabbed pane with a couple of uneditable JTextFields which I want to fill in with information from a database. However, when I set the text in the text fields to anything, it doesn't show up when I run the program. When I get the text and print it out, it does show. What could be the problem here?

© Stack Overflow or respective owner

Related posts about jtextfield

Related posts about settext