コード例 #1
0
ファイル: EditorSupport.java プロジェクト: kimtang/studio
 protected void superSaveFromKitToStream(StyledDocument doc, EditorKit kit, OutputStream stream)
     throws IOException, BadLocationException {
   super.saveFromKitToStream(doc, kit, stream);
 }