private final JLabel label2; // JLabel constructed with text and icon private final JLabel label3; // JLabel with added text and icon ...
Body I created this program that displays 2 photos and some facts (JLabel) about myself. However, the facts about myself are to the right of the pages. I would like the facts (JLabels) to be right ...