aspose file tools
The moose likes Swing / AWT / SWT and the fly likes I'm stuck! sorting seems to be making my head hurt Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "I Watch "I New topic
Author

I'm stuck! sorting seems to be making my head hurt

brett Watson
Greenhorn

Joined: Oct 20, 2006
Posts: 2
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
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
> 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
 
Similar Threads
Urgent help needed
j2me &jsp
Help needed for an regex expression
I need help with code, to create a pyramid with asterisk
My sad little program can't seem to count cards right