comparison artifacts/src/main/java/org/dive4elements/river/exports/DiagramGenerator.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
287 flys-client/src/main/webapp/images/ 287 flys-client/src/main/webapp/images/
288 */ 288 */
289 java.net.URL imageURL; 289 java.net.URL imageURL;
290 if (logo.equals("BfG")) { 290 if (logo.equals("BfG")) {
291 imageURL = DiagramGenerator.class.getResource( 291 imageURL = DiagramGenerator.class.getResource(
292 "/images/bfg_logo.gif"); 292 "/images/bfg_logo.png");
293 } else { 293 } else {
294 return; 294 return;
295 } 295 }
296 ImageIcon imageIcon = new ImageIcon(imageURL); 296 ImageIcon imageIcon = new ImageIcon(imageURL);
297 297

http://dive4elements.wald.intevation.org