Here is my code :
JLabel JL_Output = new JLabel(Reponse);
JL_Output.setBorder(BorderFactory.createTitledBorder("Output: "));
JL_Output.setPreferredSize(new Dimension(450, 175));
JL_Output.setBackground(Color.red);
So my probleme is that my Response String its too long to be viewed in one line. So I want to use the html with the /br nut I can't integrat these balise because I can't "enter" in the String :/
I would like to display in 4 lines, like this Response value :
Enter the angle offset
Units : [degrees]
Range : [-090<+090]
Current : [+000] >> ERROR