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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -