BufferedImage clueImage = null;
public ComparePanel() {
this.setLayout(new BorderLayout());
this.list.setCellRenderer(this.renderer);
this.list.setTransferHandler(new BytecodeEditorTransferHandler(this));
this.add(this.label, BorderLayout.NORTH);
this.add(this.editorScrollPane, BorderLayout.CENTER);
this.editorScrollPane.setVerticalScrollBar(new JScrollBar() {
final AlphaComposite SEMI_OPAQUE = AlphaComposite.getInstance(AlphaComposite.SRC_OVER, 0.3f);
@Override