Class JMail.Folder
All Packages Class Hierarchy This Package Previous Next Index
Class JMail.Folder
java.lang.Object
|
+----JMail.Folder
- public class Folder
- extends Object
Class to handle information about creating and
using the folders on the desktop.
-
X
- the x-coordinate of the text portion of the folder
-
Y
- the y-coordinate of the text portion of the folder
-
drawFolder(Graphics)
- Draws the folder on the desktop
-
mouse_within(int, int)
- Method to determine if the mouse pointer is within a certain area.
X
public int X
- the x-coordinate of the text portion of the folder
Y
public int Y
- the y-coordinate of the text portion of the folder
mouse_within
public boolean mouse_within(int x_coord,
int y_coord)
- Method to determine if the mouse pointer is within a certain area.
- Parameters:
- int - x_coord the x-coordinate of the mouse pointer
- int - y_coord the y-coordinate of the mouse pointer
- Returns:
- true if within the area, false otherwise
drawFolder
public void drawFolder(Graphics g)
- Draws the folder on the desktop
- Parameters:
- Graphics - g the object which will be drawn on
All Packages Class Hierarchy This Package Previous Next Index