Programming Assignment 1
1 Tasks:
You have been contracted by
Peripatetic Software
to design and implement the user interface (UI) for a
system named
DateAid. You must:
-
Implement the UI for DateAid using the NetBeans Visual
Mobile Designer.
-
Modify the UI so that it allows users to either type a date or choose
from the following list:
- Halloween
- U.S. Independence Day
- New Year's Day
- Valentine's Day
- April Fools Day
whenever it is appropriate to enter a date. (This version should also
be implemented using the NetBeans Visual Mobile Designer.)
-
Modify the MIDlet so that it uses our "custom" UI architecture.
Note that:
- The "date logic" does not need to work properly
but must be stubbed-out.
- The "date logic" must not be combined with the UI logic.
- You need not worry about running the "date logic" in its
own thread of execution at this point.
2 Documents:
The following documents exist: