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
Post a Comment