Class dnx.awtutil.RaisedPanel
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.awtutil.RaisedPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----dnx.awtutil.RaisedPanel
- public class RaisedPanel
- extends Panel
The RaisedPanel class tries to...
-
fRaised
-
-
innerMargin
-
-
innerPanel
-
-
label
-
-
outerXMargin
-
-
outerYMargin
-
-
RaisedPanel()
- Constructs a default panel, with no label, inset (not raised), with default insets
-
RaisedPanel(String)
- Constructs a default panel, with passed label, inset (not raised), with default insets
-
RaisedPanel(String, boolean, int, int, int)
-
-
add(Component)
-
-
add(String, Component)
-
-
paint(Graphics)
- This method takes care of painting the Rectangle.
-
setLayout(LayoutManager)
-
label
protected String label
fRaised
protected boolean fRaised
outerXMargin
protected int outerXMargin
outerYMargin
protected int outerYMargin
innerMargin
protected int innerMargin
innerPanel
protected Panel innerPanel
RaisedPanel
public RaisedPanel()
- Constructs a default panel, with no label, inset (not raised), with default insets
RaisedPanel
public RaisedPanel(String label)
- Constructs a default panel, with passed label, inset (not raised), with default insets
RaisedPanel
public RaisedPanel(String label,
boolean fRaised,
int outerXMargin,
int outerYMargin,
int innerMargin)
add
public synchronized Component add(Component comp)
- Overrides:
- add in class Container
add
public synchronized Component add(String str,
Component comp)
- Overrides:
- add in class Container
setLayout
public void setLayout(LayoutManager mgr)
- Overrides:
- setLayout in class Container
paint
public void paint(Graphics g)
- This method takes care of painting the Rectangle.
- Returns:
- void
- Overrides:
- paint in class Component
All Packages Class Hierarchy This Package Previous Next Index