Search:

Type: Posts; User: ritesh@2013

Search: Search took 0.08 seconds.

  1. Re: TextField taking up the entire window space

    Million thanks!!! It worked
  2. Re: TextField taking up the entire window space

    It is Frame. What kind of container can I use to fix this?
  3. Re: TextField taking up the entire window space

    I am adding this to Frame (i cannot use JPanel). I tried using getContentPane() but it says getContentPane() is undefined.
  4. TextField taking up the entire window space

    I have created a TextField in a frame but it takes up the entire window space. Below is the code

    TextField licenseID = new TextField("My Text box");
    licenseID.setBackground(Color.blue);...
Results 1 to 4 of 4