import javax.swing.border.Border; static JPanel withBlackBorder(Component c) { ret withBorder(BorderFactory.createLineBorder(Color.black), c); }