In general, less code you post equals higher chance the forum readers will look 
into it. My rule of thumb is that anything above 100 lines stands minimal 
chances of getting a response.

Your original code was 220 lines. You'll need to bring it to the absolute 
minimum necessary to reproduce the problem. That includes removing unnecessary 
Java2D operations (no need to draw a dashed polygon, one line is enough to show 
the problem), removing usage of external images (duke), colored labels, control 
panel and any mouse interaction (that you state yourself is for the future).

If the problem is that your custom layer doesn't show, this is what the example 
should be. No need for multiple drawings on that layer. One is enough to show 
the problem.

Kirill
[Message sent by forum member 'kirillcool' (kirillcool)]

http://forums.java.net/jive/thread.jspa?messageID=325431

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".

Reply via email to