if ( partition instanceof BTreePartition )
{
try
{
BTreePartition btPartition = ( BTreePartition ) partition;
// TODO : If a partition does not have an initial entry associated, we wil:
// get a NPE : this has to be fixed.
PartitionFrame frame = new PartitionFrame( btPartition, service.getSchemaManager() );
Point pos = getCenteredPosition( frame );
pos.y = launchedWindowCount * 20 + pos.y;