Edit C:\Program Files\Java\jdk1.8.0_121\com\sun\javafx\iio\gif\GIFImageLoaderFactory.java
/* * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.javafx.iio.gif; import com.sun.javafx.iio.ImageFormatDescription; import com.sun.javafx.iio.ImageLoader; import com.sun.javafx.iio.ImageLoaderFactory; import java.io.IOException; import java.io.InputStream; import java.security.AccessController; import java.security.PrivilegedAction; public class GIFImageLoaderFactory implements ImageLoaderFactory { private static final GIFImageLoaderFactory theInstance = new GIFImageLoaderFactory(); private GIFImageLoaderFactory() {} public static final ImageLoaderFactory getInstance() { return theInstance; } public ImageFormatDescription getFormatDescription() { return GIFDescriptor.getInstance(); } public ImageLoader createImageLoader(InputStream input) throws IOException { return new GIFImageLoader2(input); } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de