I'm stuck! sorting seems to be making my head hurt
brett Watson
Greenhorn
Joined: Oct 20, 2006
Posts: 2
posted
0
hey guys, my professor assigned this projectand it's due tonight at midnight and i can't seem to figure it out. i've got my gui done but i can't seem to figure out how to integrate the collection sort.(that is what i would use right?) [ October 20, 2006: Message edited by: brett Watson ]
Nicky Eng
Ranch Hand
Joined: Mar 26, 2005
Posts: 378
posted
0
why not you just give your coding here and that ppl will see which code part you did wrong...
by the way, your assignment is seem easy level. But please give the coding so we together discuss...
From NickyEng
Diploma in Computer Studies
SCJP 1.4
SCWCD 1.4
Formula 1 app by Maxis (Playbook)
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
0
> but i can't seem to figure out how to integrate the collection sort. > (that is what i would use right?)
if you are storing the entered numbers in an array java.util.Arrays.sort(...);
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: I'm stuck! sorting seems to be making my head hurt