private void initSlidingComponents() {
mainPanel = new JPanel();
sheet = new TranslucentPanel(new ExtendedTableLayout(new double[][]{{2, TableLayout.FILL, 2}, {2, TableLayout.FILL, 2}}));
border = new SlidingBorder();
Window anchestor = descriptor.getWindowAnchestor();
if (anchestor instanceof RootPaneContainer) {
glassPane = (Container) ((RootPaneContainer) anchestor).getGlassPane();