XDialog behaviour

"Bernard Choi" <[email protected]> Tue, 12 Oct 2004 17:32:00 +0800
Newsgroups gmane.comp.embedded.carlsbad-cubes
Message-ID <002801c4b03e$534d6ae0$2500a8c0@p14n>
Greetings all,

Just throwing this out there just in case.

I've noticed in XDialog.java that the show() method also sets the location of the dialog box.

  public void show() {
    this.setLocationRelativeTo( SwingUtilities.windowForComponent( this ) );
    super.show();
  }

Short of changing the sourcecode itself, is there anyway to configure Swixml to NOT set the location by default ?

_______________________________________________
Forum mailing list
[email protected]
http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com