I want to use Buffered Writer using Jmenu function, but there is an error

Asked 2 years ago, Updated 2 years ago, 22 views

https://colorscripter.com/s/R9RgHXj

I put it in like that to put the save function in line 71 here There's an error, what's

java

2022-09-21 16:42

1 Answers

I think it would have been good if you could explain what kind of errors were madeten thousand I think it's because the I/O library part is not imported as I tried it myself.

I think you can add the phrase below below the phrase of the package on the top.

import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;


2022-09-21 16:42

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.