Skip to content

Commit

Permalink
code update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzatto committed Dec 26, 2024
1 parent 347eae0 commit c1ffb34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nbproject/private/private.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ do.jlink=false
javac.debug=false
javadoc.preview=true
jlink.strip=false
user.properties.file=C:\\Users\\David\\AppData\\Roaming\\NetBeans\\23\\build.properties
user.properties.file=C:\\Users\\David\\AppData\\Roaming\\NetBeans\\24\\build.properties
6 changes: 3 additions & 3 deletions src/br/com/davidbuzatto/jsge/core/engine/EngineFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -4080,9 +4080,9 @@ public InputManager( java.awt.Component comp ) {
comp.addMouseWheelListener( this );

/*
* permite a entrada da tecla TAB e outras teclas normalmente usadas
* pelo focus traversal.
*/
* permite a entrada da tecla TAB e outras teclas normalmente usadas
* pelo focus traversal.
*/
comp.setFocusTraversalKeysEnabled( false );

}
Expand Down

0 comments on commit c1ffb34

Please sign in to comment.