All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.gui.controls.StartButton

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.AbstractButton
                                   |
                                   +----com.sun.java.swing.JButton
                                           |
                                           +----ejmf.toolkit.gui.controls.BasicControlButton
                                                   |
                                                   +----ejmf.toolkit.gui.controls.BasicArrowButton
                                                           |
                                                           +----ejmf.toolkit.gui.controls.StartButton

public class StartButton
extends BasicArrowButton
Start button for StandardContolPanel. StartButton takes full advantage of BasicArrowButton to draw an east-facing arrow icon.


Constructor Index

 o StartButton()
Create a StartButton

Method Index

 o getPreferredSize()
Make it the right size.

Constructors

 o StartButton
 public StartButton()
Create a StartButton

Methods

 o getPreferredSize
 public Dimension getPreferredSize()
Make it the right size.

Returns:
Always return (20, 20)
Overrides:
getPreferredSize in class BasicArrowButton

All Packages  Class Hierarchy  This Package  Previous  Next  Index