Changes between Version 4 and Version 5 of APP_SIMPLE_DIALOGS_R0
- Timestamp:
- 01/20/09 19:00:31 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_SIMPLE_DIALOGS_R0
v4 v5 21 21 * The result should be code 22 22 == Implementation idea == 23 Create a SimpleDialog Class inside of org.sophie2. base.dialogs. Get familiar with DialogManeger as well as with SimpleMockDialog and KindMockDialog(classes used to test the DialogManeger).23 Create a SimpleDialog Class inside of org.sophie2.main.dialogs.input. Get familiar with DialogManeger. You can review MessageDialogInput and ConfirmDialogInput just to see the samples. 24 24 25 25 == Related ==