| ||||||||||
Thanks – I do appreciate the criticisms as well as the compliments! Those help me figure out what to do this semester, and what to change in the future. Mark Guzdial |
> "abc".compareTo("def") -3 > "def".compareTo("abc") 3 > "abc".compareTo("abc") 0 > "fred".compareTo("wilma") -17
And please do keep posting answers to the survey questions! Mark Guzdial |
I don't know everything about how to make an executable ("a one icon link") with Java. It's possible to do – that's what JES and DrJava both are! I'll look into it. Mark Guzdial |
Sure – you could write it out to a file and process it there. But really, Perl has few advantages over Java for text manipulation (or Python! Python is REALLY nice for text manipulation). Don't get hung up on the hype over the languages. Python and Jython are MUCH easier to build GUIs than Java. Mark Guzdial |