Skip to content

Instantly share code, notes, and snippets.

View SvyatoslavMedov's full-sized avatar

Svyatoslav Medov SvyatoslavMedov

View GitHub Profile
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;