Render « Graphics « Java Swing Q&A





1. Access Graphics Rendering Method from Another Class in Java    stackoverflow.com

I have created a class called SimpleCanvas which extends the JPanel class, and I would like to render some graphical objects onto a SimpleCanvas object. I have also created another class ...

2. How can swing objects be painted when using active rendering?    java-forums.org

without your showing code, I think that most will not be able to answer your question. Please look at the link in my signature about creating an SSCCE. If you follow the recommendations in this link, you'll be able to post a small program that we can more easily analyze, adapt and improve and thus answer your question. Also, when you ...