Search:

Type: Posts; User: fryishone

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,744

    Re: Sorting a Linked List

    Okay, well the approach i would recommend is iterate over the list until you find the correct position. Then assign the current nodes reference (what is being pointed at) to the reference of the...
  2. Replies
    4
    Views
    1,744

    Re: Sorting a Linked List

    What kind of sort needs to be implemented?
  3. Replies
    5
    Views
    3,414

    Re: Simple Shopping Cart..... not so simple

    I am not sure if this will fix it but your constructor for line item doesnt match the name of the class exactly. LineItem, but you have lineItem as the constructor name.
  4. Re: Error on myList.get(2) - When myList.size() is 8

    What kind of error is it giving you? Its hard to determine what context that piece of code is running in, and when exactly it is failing.
  5. Replies
    1
    Views
    2,820

    Re: How to make a start/menu screen?

    I am not sure if you obtained a solution to this yet, but implementing an action listener for the button so that when an action is performed you have some code that will make the recipe frame visible...
  6. Thread: Hello

    by fryishone
    Replies
    2
    Views
    939

    Hello

    Hello everyone, just doing my first post on these forums as recommended. I am an undergraduate student in computer science and halfway through my second year. By joining programming forums I hope...
Results 1 to 6 of 6