|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.lf.components.CJPanel
public class CJPanel
CJPanel : extension of panel component.
Constructor Summary | |
---|---|
CJPanel()
create custom panel. |
Method Summary | |
---|---|
void |
backgroundImageJPanel(java.awt.Graphics g)
draw background of panel. |
int |
getHeight()
return the height of panel. |
javax.swing.JPanel |
getPanel()
return the current panel. |
int |
getWidth()
return the width of panel. |
void |
setHeight(int height)
set the height of panel. |
void |
setWidth(int width)
set the width of panel. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CJPanel() throws ExceptionManager
create custom panel.
ExceptionManager
Method Detail |
---|
public void backgroundImageJPanel(java.awt.Graphics g) throws ExceptionManager
draw background of panel.
g
- graphics area of the component
ExceptionManager
public javax.swing.JPanel getPanel()
return the current panel.
public int getWidth()
return the width of panel.
public int getHeight()
return the height of panel.
public void setWidth(int width)
set the width of panel.
width
- width of panelpublic void setHeight(int height)
set the height of panel.
height
- height of panel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |