}
}
private void initFloatingComponents() {
window = new JModalWindow(descriptor.getWindowAnchestor(), null, false);
window.setName("toolWindow.floating.window." + toolWindow.getId());
JPanel contentPane = new JPanel(new ExtendedTableLayout(new double[][]{{1, TableLayout.FILL, 1}, {1, TableLayout.FILL, 1}}));
contentPane.setBorder(BorderFactory.createLineBorder(Color.GRAY));
window.setContentPane(contentPane);