Browse Source

removed method stub

svn changeset:16560/svn branch:6.5
tags/6.7.0.beta1
Matti Tahvonen 13 years ago
parent
commit
17eb385bef
1 changed files with 0 additions and 9 deletions
  1. 0
    9
      src/com/vaadin/ui/Window.java

+ 0
- 9
src/com/vaadin/ui/Window.java View File

@@ -2172,13 +2172,4 @@ public class Window extends Panel implements URIHandler, ParameterHandler,
removeListener(BlurEvent.EVENT_ID, BlurEvent.class, listener);
}

/**
* Works only for sub windows.
*
* TODO to be or not to be? If so, should be the same as bringToFront? Or to
* bringToFront() as a side effect?
*/
// public void focus() {
//
// }
}

Loading…
Cancel
Save