The constructor PrintWriter(BufferedWriter) is undefined

4 down vote

 

I had a similar issue - for clarity, you need the following lines at the top of your sketch:

import java.io.BufferedWriter;
import java.io.FileWriter;
posted @ 2016-11-22 23:33  天涯海角路  阅读(205)  评论(0)    收藏  举报