All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ingenias.editor.rendererxml.JLabelHTML Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package ingenias.editor.rendererxml;

import javax.swing.JLabel;
import javax.swing.Icon;
import java.awt.*;
import java.net.*;
import ingenias.editor.FontConfiguration;

/**
 * 

Title:

*

Description:

*

Copyright: Copyright (c) 2004

*

Company:

* @author not attributable * @version 1.0 */ public class JLabelHTML extends JLabel { public String iconName=""; public JLabelHTML() { this.setFont(FontConfiguration.getConfiguration().getStandardFont()); } public void setText(String text){ //System.err.println(text); super.setText(""+text+""); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy