reportPaneHolder.setOpaque(false);
reportPaneHolder.setBackground(null);
reportPaneHolder.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
reportPaneHolder.add(drawablePanel);
reportPaneScrollPane = new JScrollPane(reportPaneHolder);
reportPaneScrollPane.getVerticalScrollBar().setUnitIncrement(20);
reportPaneScrollPane.setBackground(null);
reportPaneScrollPane.setOpaque(false);
reportPaneScrollPane.getViewport().setOpaque(false);
((JComponent) reportPaneScrollPane.getViewport().getView()).setOpaque(false);