| |
|
| javax.swing.JPanel org.acm.seguin.ide.common.IconPanel
IconPanel | class IconPanel extends JPanel (Code) | | A little tool that allows an Icon to exist on a JPanel or other component
author: Chris Seguin |
IconPanel | public IconPanel(Icon init)(Code) | | Constructor for the IconPanel object
Parameters: init - Description of Parameter |
getMinimumSize | public Dimension getMinimumSize()(Code) | | Gets the MinimumSize attribute of the IconPanel object
The MinimumSize value |
getPreferredSize | public Dimension getPreferredSize()(Code) | | Gets the PreferredSize attribute of the IconPanel object
The PreferredSize value |
paint | public void paint(Graphics g)(Code) | | Description of the Method
Parameters: g - Description of Parameter |
|
|
|