RAP 1.2 M5 - New and Noteworthy
Here are some of the more noteworthy things that are available in this milestone build which is now available for download.
This list shows all bugs that were fixed during this milestone.
Common
| com.ibm.icu.base |
ICU4J is a set of Java libraries
that provides comprehensive support for Unicode, software globalization,
and internationalization. These libraries are packaged in the plug-in
com.ibm.icu (about 3MB in size)
Several plug-ins like Workbench, Forms, and JFace Databinding make use of these libraries and so do the respective RAP apdoptions. As of this milestone, RAP uses the Replacement Plug-in com.ibm.icu.base (about 100KB in size) in order to reduce the overall size of the target platform by almost 3MB.
Since all dependencies on ICU4J are expressed by |
RWT
| ColorDialog |
SWT's ColorDialog has been implemented for RWT.
| |
| Button widget |
The Button widget has been reworked. Now there are
custom implementations for check boxes and radio buttons The new
features are:
Button#setGrayed() is implemented for a
check box behavior that works much the same as in SWT.
Button-RadioIcon {
background-image: url( resource/widget/rap/button/radio-unselected.png );
}
Button-CheckIcon:selected:grayed {
background-image: url( resource/widget/rap/button/check-grayed.png );
}
Button#setImage() method now works as in SWT.
|
|
| Themeable System Images |
The system images used for SWT MessageBox and JFace MessageDialog can
now be customized via theming. These images can also be acquired from
Display#getSystemImage().
|
The above features are just the ones that are new since the last milestone build. Summaries for earlier builds:
- New for RAP 1.2 M4 (January 12, 2008)
- New for RAP 1.2 M3 (November 19, 2008)
- New for RAP 1.2 M2 (October 8, 2008)

