// please ignore the request for resolved, was a mis-click. //
Hi, I am trying to set the text of a JLabel as a
String array.
However, it gives me the error (setText(java.lang.String) in javax.swing.JLabel cannot be applied to (java.lang.String[]))
So I know that I must not be able to directly set it as such.
Can anyone lend a hand in what I can do to accomplish my goal?