Skip to content
Snippets Groups Projects
Commit 181bce23 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

minor changes

parent 3b963e7b
No related branches found
No related tags found
No related merge requests found
......@@ -99,12 +99,9 @@ public class VlDockView implements IView, Dockable, DockingActionListener, Focus
@Override
public void select() {
setVisible(true);
// TODO marche pas !!!!!!
System.out.println(getTitle() + " requestFocus()");
component.requestFocus();
focus(component);
focusGained(new FocusEvent(component, FocusEvent.FOCUS_GAINED));
// focus(component);
}
protected static boolean focus(Component comp) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment