Here you can find the source of createBase64StringFromImage(ImageIcon image)
public static String createBase64StringFromImage(ImageIcon image)
//package com.java2s; // The contents of this file are subject to the Mozilla Public License Version import javax.swing.ImageIcon; public class Main { public static String createBase64StringFromImage(ImageIcon image) { // TODO implement me! return null; }//ww w.java2 s.co m }