Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 11 of 11

Thread: Please give me your experience ... Work on a program and I want to understand a part - important -

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    17
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Please give me your experience ... Work on a program and I want to understand a part - important -

    I am working in a complex program to some extent .... But a fraction Stop me !!.... Possible be easy for you, I hope to help me

    I created a Label and Panel_1 and all of them are in Class special and are placed in Panel_2 in another Class ....

    Required: -

    While moving on the Label without click.. Certain words appear on the Panel_1
    while exit the Label .. The certain words from Panel_1 delete



    Please advise ... Needy experience necessary

    THANKS


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Please give me your experience ... Work on a program and I want to understand a part - important -

    Are you talking about tool tips that appear when the mouse is hovered (not clicked) over a component?

    Beyond figuring out what you're talking about, what's the question?

  3. The Following User Says Thank You to GregBrannon For This Useful Post:

    Zuckerberg (December 12th, 2013)

  4. #3
    Junior Member
    Join Date
    Dec 2013
    Posts
    17
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Re: Please give me your experience ... Work on a program and I want to understand a part - important -

    no i don't talk about tool tips .... look ! if you have a label called Messi ... and label Called Crestiano .
    and have a public panel called Panel_Player_Info ... Okay ?

    i need while moving on Messi Label ... Panel_Player_Info show messi info that i set and while exit , the info remove

    Understand me ??

  5. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Please give me your experience ... Work on a program and I want to understand a part - important -

    Look at using a mouse motion listener.
    If you don't understand my answer, don't ignore it, ask a question.

  6. #5
    Junior Member
    Join Date
    Dec 2013
    Posts
    17
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Re: Please give me your experience ... Work on a program and I want to understand a part - important -

    i used it but no action happened

  7. #6
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Please give me your experience ... Work on a program and I want to understand a part - important -

    Mouse motion listeners work. What is wrong with the code you are working on?

    Can you make a small, complete program that compiles, executes and shows the problem?
    If you don't understand my answer, don't ignore it, ask a question.

  8. The Following User Says Thank You to Norm For This Useful Post:

    Zuckerberg (December 13th, 2013)

  9. #7
    Junior Member
    Join Date
    Dec 2013
    Posts
    17
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Re: Please give me your experience ... Work on a program and I want to understand a part - important -

    Thanks all i fixed it alone ^_^

    the solution that : the object i want to make a change on it must be static

  10. #8
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Please give me your experience ... Work on a program and I want to understand a part - important -

    If it needs to be static then there is probably something wrong with your design.
    If you don't understand my answer, don't ignore it, ask a question.

  11. #9
    Junior Member
    Join Date
    Dec 2013
    Posts
    17
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Re: Please give me your experience ... Work on a program and I want to understand a part - important -

    but it works :/ ... why you say that ?? can you tell me about static ??

  12. #10
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Please give me your experience ... Work on a program and I want to understand a part - important -

    See this: Chapter*8.*Classes

    Also ask a Search engine.
    If you don't understand my answer, don't ignore it, ask a question.

  13. #11
    Junior Member
    Join Date
    Dec 2013
    Posts
    17
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Re: Please give me your experience ... Work on a program and I want to understand a part - important -

    0kay ,Thanks

Similar Threads

  1. Replies: 3
    Last Post: September 17th, 2021, 12:10 AM
  2. pls give create the program for the following
    By brsshalini in forum What's Wrong With My Code?
    Replies: 5
    Last Post: January 24th, 2013, 10:17 AM
  3. plz give me java program for this code
    By rajesh6866 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: December 3rd, 2012, 01:59 PM
  4. Help With Three Part Program
    By new2java123 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 27th, 2012, 04:27 PM
  5. how to give inputs to my simple java program
    By pokuri in forum What's Wrong With My Code?
    Replies: 11
    Last Post: January 8th, 2011, 07:36 PM