List of usage examples for javax.swing JComponent subclass-usage
From source file RotationAboutCenter.java
/** * * @author Chet */ public class RotationAboutCenter extends JComponent {
From source file org.jcurl.demo.smack.RosterSimpleSwingBean.java
/**
* A simple {@link JList}-based roster list. New {@link Chat}s are created on
* double-clicking the target address.
* <p>
* Register a {@link ChatManagerListener} with
* {@link XMPPConnection#getChatManager()} to get notice of them.
From source file com.googlecode.vfsjfilechooser2.accessories.DefaultAccessoriesPanel.java
/**
* <p>The default accessory panel you could add
* It contains a bookmarks manager and the a connection dialog</p>
* @author Yves Zoundi <yveszoundi at users dot sf dot net>
* @version 0.0.2
*/
From source file net.mariottini.swing.JFontChooser.java
/**
* A dialog box that lets the user choose a font.
* <p>
* An average choose font dialog is like this:
* </p>
* <img src="doc-files/font_pre.png">
From source file layout.BLDComponent.java
/** A rectangle that has a fixed size. */ class BLDComponent extends JComponent implements MouseListener { private Color normalHue; private final Dimension preferredSize; private String name; private boolean restrictMaximumSize;
From source file components.Rule.java
public class Rule extends JComponent { public static final int INCH = Toolkit.getDefaultToolkit().getScreenResolution(); public static final int HORIZONTAL = 0; public static final int VERTICAL = 1; public static final int SIZE = 35;
From source file FontHints.java
/** * * @author Chet */ public class FontHints extends JComponent {
From source file SimpleAttributes.java
/** * * @author Chet */ public class SimpleAttributes extends JComponent {
From source file org.jcurl.demo.tactics.CurlerSwingBean.java
/** * @author <a href="mailto:m@jcurl.org">M. Rohrmoser </a> * @version $Id$ */ public class CurlerSwingBean extends JComponent implements HasChanger, PropertyChangeListener, ChangeListener, ItemListener {
From source file PaintSample.java
/** * A panel that displays a paint sample. * * @author David Gilbert */ public class PaintSample extends JComponent {