Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Replies
    10
    Views
    5,785

    Re: Can't edit JTextField from within a popup window

    After some experimenting, I think the popup must be contained within and over the component.
    Try adding this:
    theFrame.setLocation(400, 300); // This causes edit to fail!!! Pop MUST be...
  2. Replies
    10
    Views
    5,785

    Re: Can't edit JTextField from within a popup window

    You forgot:
    What does it do when you execute it?
  3. Replies
    10
    Views
    5,785

    Re: Can't edit JTextField from within a popup window

    It works for me.
    I get a small window with a button, I press the button and get a white textfield with a 0. I can enter new data into the textfield.

    What does it do when you execute it? What OS...
Results 1 to 3 of 4