Java Swing Icon getVerBumpIcon()

Here you can find the source of getVerBumpIcon()

Description

get Ver Bump Icon

License

GNU General Public License

Declaration

public static ImageIcon getVerBumpIcon() 

Method Source Code

//package com.java2s;
/*//from   w  w  w  .  j a va2s.com
 * Copyright (C) 2015  University of Oregon
 *
 * You may distribute under the terms of either the GNU General Public
 * License or the Apache License, as specified in the LICENSE file.
 *
 * For more information, see the LICENSE file.
 */

import javax.swing.*;

public class Main {
    private static ImageIcon verBumpIcon = null;

    public static ImageIcon getVerBumpIcon() {
        return verBumpIcon;
    }
}

Related

  1. getScaledIcon(Icon icon)
  2. getScaledIcon(Icon tmpIcon, int w, int h, boolean incr)
  3. getScaledIcon(String resourceName, int width, int height)
  4. getSize(String graphIconPath)
  5. getTransparentIcon(int width)
  6. grayIcon(Icon icon)
  7. iconFromStream(final InputStream in)
  8. item(String name, Icon icon)
  9. loadIcon(Class pRootClass, String strPath)