comparison artifacts/src/main/java/org/dive4elements/river/exports/XYChartGenerator.java @ 9785:672cfb850229 3.2.x

Update logo and reduce number of image copies
author Tom Gottfried <tom@intevation.de>
date Thu, 27 Apr 2023 12:48:53 +0200
parents ae298eccc25c
children
comparison
equal deleted inserted replaced
9784:7df65516ee8b 9785:672cfb850229
202 flys-client/src/main/webapp/images/ 202 flys-client/src/main/webapp/images/
203 */ 203 */
204 java.net.URL imageURL; 204 java.net.URL imageURL;
205 if (logo.equals("BfG")) { 205 if (logo.equals("BfG")) {
206 imageURL = XYChartGenerator.class.getResource( 206 imageURL = XYChartGenerator.class.getResource(
207 "/images/bfg_logo.gif"); 207 "/images/bfg_logo.png");
208 } else { 208 } else {
209 return; 209 return;
210 } 210 }
211 ImageIcon imageIcon = new ImageIcon(imageURL); 211 ImageIcon imageIcon = new ImageIcon(imageURL);
212 212

http://dive4elements.wald.intevation.org