java - jpanel with image in background -


i have simple doubt, need replace this:

panel[1].setbackground(color.red); 

for image, want avoid new jlabel image, because tested , have label inside panel pushed below

background panel shows 2 approaches. 1 involves custom painting, other involves using jlabel. approach use based on requirement. custom painting more flexible little more complicated.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -