Search:

Type: Posts; User: One

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    5,774

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

    I'm still having some similar problems with other programs. Is there a way to tell what sizes will work and what sizes will not work?
  2. Replies
    10
    Views
    5,774

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

    I just got it to work. Before, I was setting PreferredSize to 50,50, but it works when I set it to 50,20.
  3. Replies
    10
    Views
    5,774

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

    I get a small window that has a button that says "Open Popup". When I click on that button, I get a text field with a "0" filled in. When I click on the "0" it moves to the left or the right...
  4. Replies
    10
    Views
    5,774

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

    I am using Windows Vista, NetBeans 6.9.1, and Java 1.6.0_23.
  5. Replies
    10
    Views
    5,774

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

    I tried doing those things but it still would not work.
  6. Replies
    10
    Views
    5,774

    Can't edit JTextField from within a popup window

    In Java swing, I cannot edit a JTextField from within a popup window. The following code is a simple program that allows me to push a button and JTextField with the number 0 filled in appears. I want...
Results 1 to 6 of 6