Did you try it in 1.3.1. for the first code that you had?

I mean the one without the Tokenizer?

String[] abc = MainFrame.abc;

comps.split(","); might return a String, not a String array.
...