驚いたことに、次のコードは「閉じる」を2回印刷します。デバッガを実行すると、MyPrintStream.close()はsuper.close()となり、もう一度MyPrintStream.close()と呼びます。
import java.io.*;
public class PrintTest
{
static class MyPrintStream extends Pri
テキストファイルにテキストを追加することはできません。以前のテキストのみを上書きします。私のコード: //using JFileChooser to select where to save file
PrintStream outputStream = MyFrame.ShowSaveDialog();
if(outputStream!=null){
outputStre