We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6329c02 commit f4fd70aCopy full SHA for f4fd70a
src/graphic/filter/layout/MainWindow.java
@@ -111,7 +111,6 @@ public void actionPerformed(ActionEvent arg0) {
111
System.out.println("Save command cancelled by user.\n");
112
}
113
} else {
114
- JOptionPane dialog = new JOptionPane();
115
JOptionPane
116
.showMessageDialog(MainWindow.this,
117
"First you must open an image and apply filter on it!");
@@ -133,8 +132,6 @@ public void actionPerformed(ActionEvent arg0) {
133
132
mntmAbout.addActionListener(new ActionListener() {
134
@Override
135
public void actionPerformed(ActionEvent arg0) {
136
-
137
138
139
.showMessageDialog(
140
MainWindow.this,
0 commit comments