Results 1 to 3 of 3

Thread: JPanel Background

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    21

    JPanel Background

    hi,
    I want to set picture in JPanel can i do that if yes How
    please help;

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: JPanel Background

    Code:
    public void paintComponent(Graphics g){
        g.drawImage(Fill in the appropriate values);
      }
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    21

    Re: JPanel Background

    ThanKs for help I got it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width