uimaj-ep-cev/src/main/java/org/apache/uima/cev/views/palette/CEVAnnotationMarkerPalettePage.java [91:108]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      RGB[] rgbs = { bgCol.getRGB() };
      ImageData imd = new ImageData(ICON_SIZE, ICON_SIZE, 8, new PaletteData(rgbs));
      Image image = new Image(composite.getDisplay(), imd);
      button.setImage(image);
    }

    public Button getButton() {
      return this.button;
    }

    public Type getType() {
      return this.type;
    }

    public void dispose() {
      button.dispose();
      composite.dispose();
      type = null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



uimaj-ep-cev/src/main/java/org/apache/uima/cev/views/palette/CEVAnnotationMarkerPalettePage.java [159:176]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      RGB[] rgbs = { bgCol.getRGB() };
      ImageData imd = new ImageData(ICON_SIZE, ICON_SIZE, 8, new PaletteData(rgbs));
      Image image = new Image(composite.getDisplay(), imd);
      button.setImage(image);
    }

    public Button getButton() {
      return this.button;
    }

    public Type getType() {
      return this.type;
    }

    public void dispose() {
      button.dispose();
      composite.dispose();
      type = null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



