Updated readability of the code.
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / gui / humaninput / KeyboardInputHandler.java
index 3f26cdf..ccdb962 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sixth 3D engine. Author: Svjatoslav Agejenko. 
+ * Sixth 3D engine. Author: Svjatoslav Agejenko.
  * This project is released under Creative Commons Zero (CC0) license.
  */
 package eu.svjatoslav.sixth.e3d.gui.humaninput;
@@ -10,7 +10,7 @@ import java.awt.event.KeyEvent;
 
 /**
  * This is the process:
- *
+ * <p>
  * 1. Component receives focus, perhaps because user clicked on it with the mouse.
  * 2. Now component will receive user key press and release events from the keyboard.
  * 3. Component loses focus. Perhaps user chose another component to interact with.