Jason Check

Greenhorn
+ Follow
since Feb 15, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jason Check

If the image is not diplayed, I suggest you make the following changes of you paintComponent:

public void paintComponent(Graphics g) {
g.drawImage(image, 0, 0, this);
}
15 years ago