comparison flys-client/src/main/java/de/intevation/flys/client/client/FLYS.java @ 787:4e0b73b7113b

Added new UI providers. flys-client/trunk@2284 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 05 Jul 2011 17:28:04 +0000
parents 854312c0528c
children cc3f481e9484
comparison
equal deleted inserted replaced
786:06457f0dbad9 787:4e0b73b7113b
104 * This is the entry point method. 104 * This is the entry point method.
105 */ 105 */
106 public void onModuleLoad() { 106 public void onModuleLoad() {
107 openProjects = new ArrayList<String>(); 107 openProjects = new ArrayList<String>();
108 108
109 GWT.setUncaughtExceptionHandler(new GWT.UncaughtExceptionHandler() { 109 //GWT.setUncaughtExceptionHandler(new GWT.UncaughtExceptionHandler() {
110 public void onUncaughtException(Throwable e) { 110 // public void onUncaughtException(Throwable e) {
111 showWarning(e); 111 // showWarning(e);
112 } 112 // }
113 }); 113 //});
114 114
115 VLayout vertical = new VLayout(); 115 VLayout vertical = new VLayout();
116 vertical.setLayoutMargin(1); 116 vertical.setLayoutMargin(1);
117 vertical.setWidth100(); 117 vertical.setWidth100();
118 vertical.setHeight100(); 118 vertical.setHeight100();

http://dive4elements.wald.intevation.org