|
-
Apr 20th, 2006, 07:53 AM
#1
Thread Starter
Junior Member
JPanel Background
hi,
I want to set picture in JPanel can i do that if yes How
please help;
-
Apr 21st, 2006, 01:59 AM
#2
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
-
Apr 21st, 2006, 11:35 AM
#3
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|