On Sun, Dec 28, 2008 at 2:52 AM, Dan Vega <[email protected]> wrote: > This is my example. I am not creating one as it is already available, just > trying to add it and center it. > > _renamedir = new RenameDirectory > //add modal window > PopUpManager.addPopUp(_renamedir,this,true); > //center modal window > PopUpManager.centerPopUp(_renamedir);
You don't seem to be using Application.application as the parent? -- Visit me at manishjethani.com

