Java ImageIcon setVerBumpIcon(ImageIcon icon)

Here you can find the source of setVerBumpIcon(ImageIcon icon)

Description

set Ver Bump Icon

License

GNU General Public License

Declaration

public static void setVerBumpIcon(ImageIcon icon) 

Method Source Code

//package com.java2s;
/*/*from w  w w.  j  a v  a  2  s  .c o m*/
 * 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 void setVerBumpIcon(ImageIcon icon) {
        verBumpIcon = icon;
    }
}

Related

  1. saveImage(ImageIcon picture, String targetfile)
  2. setDefaultImageIcons(Window window)
  3. setImageIcon(ImageIcon icon, String description)
  4. setImageIcon(JLabel label, URL url)
  5. SetStandardSizeForImage(ImageIcon icon)
  6. showLogo(ImageIcon logo)
  7. showLogoProgressBar(ImageIcon logo, int steps)
  8. showSplash(ImageIcon image, int milliseconds)
  9. showSplash(ImageIcon image, int milliseconds)