站内搜索: 请输入搜索关键词
当前页面: 图书首页 > MIDP Style Guide for the Java 2 Platform, Micro Edition

MIDP Style Guide for the Java 2 Platform, Micro Edition

[ directory ] Previous Section Next Section

9.1 Titles for Alert Screens

Application Developers

Recommend: graphics/bulb2_icon.gif Use a title for modal alerts. For example, an error alert could have as its title the type of error, while the text of the alert could explain the problem. Figure 9.3 shows an example of the alert. It is less critical for a timed alert to use a title.

Figure 9.3. Modal Alert with a Title

graphics/09fig03.gif

MIDP Implementors

Consider: Ensure that your alert screens are understandable without reading the alert title. Usability studies show that users may ignore or overlook screen titles.

    [ directory ] Previous Section Next Section