Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    16
    Views
    2,018

    Re: WORKING BUT SOME FEATURES NOT

    When you have errors, post them and someone will help you fix them.
  2. Replies
    16
    Views
    2,018

    Re: WORKING BUT SOME FEATURES NOT

    Sorry, not everyone can do everything.
  3. Replies
    16
    Views
    2,018

    Re: WORKING BUT SOME FEATURES NOT

    If the code is for a homework assignment, I definitely can't give any student code.
  4. Replies
    16
    Views
    2,018

    Re: WORKING BUT SOME FEATURES NOT

    Here is a hint. If you want the image somewhere besides the upper left corner, change the x,y location where it is being drawn.
    Further hints: add a Point to the MyPanel class and have the...
  5. Replies
    16
    Views
    2,018

    Re: WORKING BUT SOME FEATURES NOT

    Look at the paintIcon method. It always puts the image at 0,0
  6. Replies
    16
    Views
    2,018

    Re: WORKING BUT SOME FEATURES NOT

    Your code shows that you know how to add a component to a container.
    Create a new component, say a label with some text and add it to the container.
  7. Replies
    16
    Views
    2,018

    Re: WORKING BUT SOME FEATURES NOT

    Please use code tags when posting your code. See BB Code List - Java Forums

    Use the # icon above the text input box
Results 1 to 7 of 7