Java Image Filter createKC854HiresImageFileFilter()

Here you can find the source of createKC854HiresImageFileFilter()

Description

create KC Hires Image File Filter

License

Open Source License

Declaration

public static FileNameExtensionFilter createKC854HiresImageFileFilter() 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

import javax.swing.filechooser.FileNameExtensionFilter;

public class Main {
    public static FileNameExtensionFilter createKC854HiresImageFileFilter() {
        return new FileNameExtensionFilter("KC85/4,5-HIRES-Bilddateien", "hip");
    }/*  w w  w  . j  a  v a 2 s .  c om*/
}

Related

  1. createIcon(ImageIcon icon, ImageFilter filter)
  2. createIcon(ImageIcon icon, ImageFilter filter)
  3. createQualityResizedImage( Image orginalImage, int width, int height, boolean applySoftFilter, boolean keepRatio, Color bgColor, boolean fast)
  4. filter(ImageIcon image, RGBImageFilter filter)
  5. getImageIconFilter()