I’m a currently high school student taking a Comp Sci course and was given an assignment that included the use of Java and an output (using javax.swing.JOptionPane). As I created my repl I noticed that there was no option to open a output panel to show the external window. I was wondering, A). If there is an output panel that an ordinary Java repl uses, and B). How I would go about finding it and using it. Below is a picture of the Tool menu that I’m given.
1 Like
Hey @Beast welcome to the fourms!
Under tools
on the left drag out the console to where you want it on the screen for the output.
1 Like