this.invertPalette = colorBar.getColorPalette().isInverse();
this.stepPalette = colorBar.getColorPalette().isStepped();
this.currentPalette = new PaletteSample(colorBar.getColorPalette());
this.availablePaletteSamples = new PaletteSample[2];
this.availablePaletteSamples[0]
= new PaletteSample(new RainbowPalette());
this.availablePaletteSamples[1]
= new PaletteSample(new GreyPalette());
JTabbedPane other = getOtherTabs();