Example usage for javax.swing.text View subclass-usage

List of usage examples for javax.swing.text View subclass-usage

Introduction

In this page you can find the example usage for javax.swing.text View subclass-usage.

Usage

From source file com.hexidec.ekit.component.RelativeImageView.java

/**
  * @author <a href="mailto:jal@grimor.com">Frits Jalvingh</a>
  * @version 1.0
  *
  * This code was modeled after an artice on
  * <a href="http://www.javaworld.com/javaworld/javatips/jw-javatip109.html">

From source file org.pmedv.core.components.RelativeImageView.java

/**
 * Description: creates a view on an image.
 * 
 * This code was modeled after an article on <a
 * href="http://www.javaworld.com/javaworld/javatips/jw-javatip109.html">
 * JavaWorld</a> by Bob Kenworthy.