static JPanel withBlackBorder(Component c) { ret withBorder(BorderFactory.createLineBorder(Color.black), c); }