80818283848586
/** * Creates a beveled background with the specified colors. */ public static Background beveled (int bgColor, int ulColor, int brColor) { return new BeveledBackground(bgColor, ulColor, brColor); }