Search:

Type: Posts; User: DM21

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    4,019

    [SOLVED] Re: Sorting a vector using insertion

    Yes, folderContents does contain other vectors. I will try out what you said second (Since we aren't supposed to make any other classes I don't believe). It doesn't need to be pretty it just needs to...
  2. Replies
    5
    Views
    4,019

    [SOLVED] Re: Sorting a vector using insertion

    Oh, alright. My apologies.

    The error I receive is the following:
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: java.util.Vector cannot be cast to java.lang.Comparable

    I...
  3. Replies
    5
    Views
    4,019

    [SOLVED] Re: Sorting a vector using insertion

    Sorry for the double post.

    I saw this didn't have any views so I wanted to make sure I posted it according to the rules. Any help would be greatly appreciated.

    Thanks!
  4. Replies
    5
    Views
    4,019

    [SOLVED] Sorting a vector using insertion

    I am trying to sort a vector of vectors with insertion sort which is what my professor wants done. I also need to pass in int column since the program will be functioning similar to windows explorer....
Results 1 to 4 of 4