home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / PC / JUMP / PALMOS.ZIP / palmos / DaySelector.java < prev    next >
Encoding:
Java Source  |  1996-11-24  |  494 b   |  19 lines

  1. package palmos;
  2.  
  3. public class DaySelector {
  4.   public short bounds_topLeft_x;
  5.   public short bounds_topLeft_y;
  6.   public short bounds_extent_x;
  7.   public short bounds_extent_y;
  8.   public boolean visible;
  9.   public short visibleMonth;
  10.   public short visibleYear;
  11.   public short selected_second;
  12.   public short selected_minute;
  13.   public short selected_hour;
  14.   public short selected_day;
  15.   public short selected_month;
  16.   public short selected_year;
  17.   public short selected_weekDay;
  18. }
  19.