jshell: allow copy of shell console

This commit is contained in:
Max Weber
2021-07-18 21:31:06 -06:00
committed by Abex
parent 4db6a523ac
commit ac7aa18147
@@ -185,7 +185,6 @@ public abstract class ShellPanel extends JPanel
}
console.setFont(codeFont);
console.setFocusable(false);
console.setEditable(false);
console.setOpaque(false); // this turns off the hover effect for some reason