All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.beanbox.OurLabel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----sun.beanbox.OurLabel

public class OurLabel
extends Component

Constructor Index

 o OurLabel(String)

Method Index

 o getPreferredSize()
 o paint(Graphics)

Constructors

 o OurLabel
 public OurLabel(String label)

Methods

 o getPreferredSize
 public Dimension getPreferredSize()
Overrides:
getPreferredSize in class Component
 o paint
 public void paint(Graphics g)
Overrides:
paint in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index