filterButton = new Button("Filter"); //$NON-NLS-1$
cancelButton = new Button("Cancel"); //$NON-NLS-1$
}
private Choice createCustomChoice() {
ChoiceStyle style = new ChoiceStyle() {
public int getPopupX(int x, int width, int choiceWidth,
int screenWidth) {
int popupX = x;
if (width > choiceWidth) {