Skip to content

Commit e1c50cc

Browse files
committed
Indent
1 parent ecc7166 commit e1c50cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/simplejavatexteditor/UI.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ public UI() {
135135
menuFile.add(saveFile);
136136

137137
// Close File
138-
139138
/*
140139
* Along with our "CTRL+F4" shortcut to close the window, we also have
141140
* 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
144144
* about to define now: (this one will appear in the label).
145145
*/
146146
close.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_Q, InputEvent.CTRL_MASK));

0 commit comments

Comments
 (0)