comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/MapSelection.java @ 788:dfbc6693247e

Integrated a stacked panel on the right side of the ParameterList that enables users to see calculation results and the helper panel at the same time. flys-client/trunk@2289 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 06 Jul 2011 12:31:32 +0000
parents 2e02db03e576
children 748e7c828d03
comparison
equal deleted inserted replaced
787:4e0b73b7113b 788:dfbc6693247e
59 Img map = new Img(mapRes.getURL(), 400, 452); 59 Img map = new Img(mapRes.getURL(), 400, 452);
60 60
61 // TODO implement event handling in the river map 61 // TODO implement event handling in the river map
62 62
63 h.addMember(form); 63 h.addMember(form);
64 helperContainer.addChild(map); 64 helperContainer.addMember(map);
65 65
66 return h; 66 return h;
67 } 67 }
68 68
69 protected Data[] getData() { 69 protected Data[] getData() {

http://dive4elements.wald.intevation.org