Exemple #1
0
        public virtual JLabel getJLabel()
        {
            if (this.image == null)
            {
                return(null);
            }
            ImageIcon.__ <clinit>();
            ImageIcon imageIcon = new ImageIcon(this.image);

            return(new JLabel(imageIcon));
        }