M
Mike
Hello, Is there a way of setting text for a JLabel after a certain amount of
empty characters.
For example, I want to avoid doing this
JLabel label = new JLabel();
label.setText(" Book Name =")
Thanks
empty characters.
For example, I want to avoid doing this
JLabel label = new JLabel();
label.setText(" Book Name =")
Thanks