|
@ -6,13 +6,15 @@ import java.awt.event.*; |
|
|
import java.io.*; |
|
|
import java.io.*; |
|
|
import javax.swing.JFrame; |
|
|
import javax.swing.JFrame; |
|
|
|
|
|
|
|
|
import Test_Package.JButton; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public class Notizbuch extends JFrame implements ActionListener { |
|
|
public class Notizbuch extends JFrame implements ActionListener { |
|
|
|
|
|
|
|
|
private JTextArea textArea; |
|
|
private JTextArea textArea; |
|
|
private JButton saveButton; |
|
|
private JButton saveButton; |
|
|
|
|
|
private JButton loadButton; |
|
|
|
|
|
|
|
|
public Notizbuch() { |
|
|
public Notizbuch() { |
|
|
|
|
|
|
|
|