The Artima Developer Community
Sponsored Link

Java Answers Forum
Help with java project

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Russ

Posts: 1
Nickname: xcelled
Registered: Dec, 2002

Help with java project Posted: Dec 5, 2002 1:18 AM
Reply to this message Reply
Advertisement
Hi all,,

I have a project due next week in Java programming. The program involves linked lists. I have insert at top/bottom delete top/bottom and delete any item working fine. I cannot get Insert after a particular item to work. I have the search part done, and I can get my linked list to be checked to see if the value is in it,, I asssume that I now have to pass the searchid variable to the LinkedList class and find the location again and then insert but my coding isn't working it keeps inserting at bottom,,, :S Any help would be appreciated! This is my first java project so please keep the explanations simple!
Rgds
Russ

Topic: DragnDrop JButtons using Swing Previous Topic   Next Topic Topic: adding swing components in an applet

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use