| Author |
doesn't draw anything
|
Bobby Marvikuan
Ranch Hand
Joined: Mar 14, 2012
Posts: 54
|
|
Hi there!
Can anyone help me to understand why my code does not working please it should draw a rectangle in the JFrame but ... it does not and I am stupid because I don't see why. so here is the code.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8430
|
|
Check out http://www.coderanch.com/how-to/java/BackgroundImageOnJPanel
You can use the same approach to have your custom painting instead of the image
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Bobby Marvikuan
Ranch Hand
Joined: Mar 14, 2012
Posts: 54
|
|
OK thanks I see the point but if I want to add on my square smth. like JLabel will I able to do that if I am using this method with an image?
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8430
|
|
|
Custom painting for containers does not interfere with their ability to add children or lay them out properly.
|
 |
 |
|
|
subject: doesn't draw anything
|
|
|