I'm attempting to use the selectAll() method of javax.swing.JTextField. I was expecting to see all the text in the JTextField on my GUI screen displayed as if I had double-clicked the field from the GUI (the default white text on a blue background). Instead I see no apparent change to the GUI display.

- What don't I understand?
- How do I do what I'm trying to do?

Spike