setLayout(new ExtendedTableLayout(new double[][]{{0, TableLayout.FILL, 0}, {0, TableLayout.FILL, 0}}));
add(dockableDropPanel, "1,1,FULL,FULL");
this.transparencyManager = SwingUtil.getTransparencyManager();
if (transparencyManager.isServiceAvailable()) {
this.transparencyAnimation = new TransparencyAnimation(SwingUtil.getTransparencyManager(), this, 0.0f);
} else
this.transparencyAnimation = null;
}