-
Display string as label
Hi,
I am reading a string from a file, and i want to display that string as a JLabel
like i'll get a string from file as :
myString = "[filename1, filename2, filename3]";
i replaced end brackets with blank spaces,
now i want filename1, filename2, filename3 as separate JLabels
How can i do that???
Sorry, may be its just a stupid question...
But please help me finding solution for it,
Sorry for my English.
Thanks in advance....
-
Read the API for String, looking for any method that returns a String[]
db