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