java - How do I add buttons over an image using the netbeans IDE? -
i using netbeans ide make desktop application.
i have add 3 buttons on image. how do that? have been unable using drag , drop features of netbeans.
put buttons in custom panel image background (example here).
in ide use regular jpanel
, drag jbutton
s on it, change code jpanel
imagepanel
(or whatever name used it).
Comments
Post a Comment