Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 534:e08777967bad
Added a first implementation of a MousePositionPanel - work is not finished yet.
flys-client/trunk@2025 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 27 May 2011 15:38:24 +0000 |
parents | 34103ab9fe60 |
children | 017371801479 |
comparison
equal
deleted
inserted
replaced
533:34103ab9fe60 | 534:e08777967bad |
---|---|
1 2011-05-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
4 Added a public method that returns the chart panel. | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/ui/chart/MousePositionPanel.java: | |
7 New. A panel that displays the mouse position relative to a element. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: | |
10 Added the MousePositionPanel. | |
11 | |
12 NOTE: The MousePositionPanel does NOT show the correct position and it | |
13 does NOT show the x|y coordinates in chart dimension yet! | |
14 | |
1 2011-05-27 Ingo Weinzierl <ingo@intevation.de> | 15 2011-05-27 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | 17 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
4 Moved the toolbar code into an own class. | 18 Moved the toolbar code into an own class. |
5 | 19 |