SAPP Coding Java Text Editor Tutorial #2 | Creating the FileWriter class

Опубликовано: 11 Июль 2026
на канале: SAPP Coding
134
3

Hey guys! Welcome back to the Java Text Editor Tutorial series. In this part, we create the FileWriter class, which allows the user to interact with any file on the device given its path. In the next part, we will be implementing this class in the GUI that we made in part 1 to create the MVP (Minimum Viable Product) version of the application. Additionally, we included a part for Java 7 users, so if you use Java 7 or older you can follow along using the designated clips.

Java Tutorial Playlist:    • Java Programming Course (Beginner to Advan...  

FileWriter JavaDoc: https://docs.oracle.com/javase/7/docs...
(Tip: If you are using Java 7, avoid naming your custom class "FileWriter" as it will cause issues if you try to use Java's FileWriter class).