// Initialize a JLabel for the title
String titleText = "Title";
JLabel titleLabel = new JLabel();
titleLabel.setText(titleText);