projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
[p5sagit/p5-mst-13.2.git]
/
jpl
/
JNI
/
Closer.java
Commit
Line
Data
b83c0eaa
1
import java.awt.event.*;
2
import java.awt.*;
3
public class Closer extends WindowAdapter {
4
5
public void windowClosing(WindowEvent e) {
6
Window w = e.getWindow();
7
w.dispose();
8
}
9
}