gbc_panelPrevious.gridwidth = 4;
gbc_panelPrevious.fill = GridBagConstraints.BOTH;
gbc_panelPrevious.gridx = 0;
gbc_panelPrevious.gridy = 2;
JPanel panelZoom = new PanelZoomEditor(panelPreviousZoom);
GridBagConstraints gbc_panelZoom = new GridBagConstraints();
gbc_panelZoom.insets = new Insets(0, 0, 5, 5);
gbc_panelZoom.fill = GridBagConstraints.BOTH;
gbc_panelZoom.gridx = 2;
gbc_panelZoom.gridy = 0;