1 2 3 4 5 6 7
public class Test { public static void main() { btn.addActionListener(e->{ System.exit(0); }); } }