Hello all.
I have the TreeSet Component that won't add any thing uising the add method
ex:
nameSet.add(projectName);
The exception always gets the text in the String projectName
xxx for example.
and Throws nullpointer
and traces out the string but adds null to it.
ex xxxnull
What more do I have to do to add an element to a Set?