Changeset 5262
- Timestamp:
- 08/26/08 06:37:09 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/itmill/toolkit/tests/tickets/Ticket1230.java
r5249 r5262 18 18 19 19 public void init() { 20 Window w = new Window(getClass().get SimpleName());20 Window w = new Window(getClass().getName()); 21 21 setMainWindow(w); 22 22
