comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ManualPointsEditor.java @ 4568:bbd82bd8e541

flys-client: Cosmetics and warnings.
author Christian Lins <christian.lins@intevation.de>
date Mon, 19 Nov 2012 00:07:53 +0100
parents 65e369ac4f99
children
comparison
equal deleted inserted replaced
4567:5e6e89f19a37 4568:bbd82bd8e541
146 } 146 }
147 147
148 148
149 /** Create and setup/add the ui. */ 149 /** Create and setup/add the ui. */
150 public void createUI() { 150 public void createUI() {
151 Config config = Config.getInstance();
152
153 Button accept = new Button(MSG.label_ok()); 151 Button accept = new Button(MSG.label_ok());
154 Button cancel = new Button(MSG.label_cancel()); 152 Button cancel = new Button(MSG.label_cancel());
155 cancel.addClickHandler(this); 153 cancel.addClickHandler(this);
156 154
157 accept.addClickHandler(new ClickHandler() { 155 accept.addClickHandler(new ClickHandler() {

http://dive4elements.wald.intevation.org