File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,12 +135,12 @@ public UI() {
135
135
menuFile .add (saveFile );
136
136
137
137
// Close File
138
-
139
138
/*
140
139
* Along with our "CTRL+F4" shortcut to close the window, we also have
141
140
* the default closer, as stated at the beginning of this tutorial. this
142
- * means that we actually have TWO shortcuts to close: 1) the default
143
- * close operation (example, Alt+F4 on Windows) 2) CTRL+F4, which we are
141
+ * means that we actually have TWO shortcuts to close:
142
+ * 1) the default close operation (example, Alt+F4 on Windows)
143
+ * 2) CTRL+F4, which we are
144
144
* about to define now: (this one will appear in the label).
145
145
*/
146
146
close .setAccelerator (KeyStroke .getKeyStroke (KeyEvent .VK_Q , InputEvent .CTRL_MASK ));
You can’t perform that action at this time.
0 commit comments