Border
126127128129130131132
public Background(UiProvider ui, int index) { super(new BorderLayout()); setBackground(AlternateColors.get(index)); ContainerCanvas.decorate(ui, this, BorderLayout.NORTH); setBorder(new UnderlineBorder(new Color(185, 211, 238))); }
38394041424344
this.colors = colors; this.impl = impl; } public void setSeparatorColor(Color col) { border = (col != null ? new UnderlineBorder(col) : null); }