I am trying to combine fonts on a JLabel and do not seem to have any success



JLabel title = new JLabel("Title:");
//title.setFont(new Font ("Arial",Font.BOLD,10));
JLabel titleLabel = new...