import javax.swing.border.*; static JPanel centerSection(JPanel section) { if (section != null) swing { Border border = section.getBorder(); if (border cast TitledBorder) border.setTitleJustification(TitledBorder.CENTER); } ret section; }