Search:

Type: Posts; User: evert67

Search: Search took 0.10 seconds.

  1. Re: Is there a way to specify where on screen a JFrame or a JDialog should appear?

    Well, I discovered the reason...

    One can easily center a JFrame such that its center coincides with the center of the component c that creates it. Simply use the statement...
  2. Re: Is there a way to specify where on screen a JFrame or a JDialog should appear?

    Thanks. That was useful advice. It was a bit of searching between all the different methods of JFrame and its friends, but I found it.

    The location of a JOptionpane (which I use quite a lot) can...
  3. Is there a way to specify where on screen a JFrame or a JDialog should appear?

    The title says it all.

    I've got a program that uses a few JFrames and JDialogs. The main window is a JFrame and always appears in the top left corner of the screen. The same applies to all other...
Results 1 to 3 of 3