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

javajs.swing.JComponentImp Maven / Gradle / Ivy

package javajs.swing;

/**
 *  implementation of a JComponent
 * 
 */
class JComponentImp extends JComponent {

  protected JComponentImp(String type) {
    super(type);
  }

  @Override
  public String toHTML() {
    return null;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy