next up previous contents index
Next: Arc Up: Appendix I: Base Previous: Appendix I: Base

DJComponent

class DJComponent {
      int x; // x-coordinate of the upper-left corner
      int y; // y-coordinate of the upper-left corner
      int width; // width of the component
      int height; // height of the component
      Color color; // foreground color of the component
      boolean visible; // visible or not
}



Neng-Fa ZHOU
Sat Apr 18 16:14:29 JST 1998