Search:

Type: Posts; User: dlorde

Search: Search took 0.11 seconds.

  1. Replies
    14
    Views
    4,944

    Re: Place form in center of screen

    I imagine it must be difficult to position an object that has no size! ;)
  2. Replies
    14
    Views
    4,944

    Re: Place form in center of screen

    If you want any more help, you're going to have to tell us what class you're using for 'frame' and what the environment is. The stuff you've been given works fine on standard Java frames & windows in...
  3. Replies
    14
    Views
    4,944

    Re: Place form in center of screen

    Why reinvent the wheel?

    // center frame on screen
    frame.setLocationRelativeTo(null);
Results 1 to 3 of 3