Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 438937de authored by zyno1's avatar zyno1
Browse files

cleanup

parent 6a440ade
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,6 @@ public class EditorView extends JPanel {
getActionMap().put("escape", new AbstractAction() {
@Override
public void actionPerformed(ActionEvent actionEvent) {
System.out.println("transfer focus");
area.transferFocus();
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment