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

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

Delphi Wmi Query on a Remote Machine -