87888990919293
/** * Creates a bordered background with the specified colors and thickness. */ public static Background bordered (int bgColor, int color, float thickness) { return new BorderedBackground(bgColor, color, thickness); }