Hello,
I hope that this is just 1 problem, and not 2 different ones. I cannot run macros in my Access 2003 VBA project (though users on other machines can), and I cannot run any of the default wizards. I have used this same machine for months for development with no issues, and based on what...
Ok, so we have mostly figured it out. We were not properly overriding the paint method in this class (left out @Override), but we thought we were. The only 'problem' now is that the draw space flickers when refreshing, though it all does display correctly.
Thanks for the help!
I'm sorry, but I don't think I fully understand your question.
The way it is set up now, there is no focus being explicitly set on the JPanel when a tab is changed.
To be more specific about the problem, we have a tab set up with a drawn diagram and a list of items (JList). When the user...
We are using JPanes in a JTabbedPane for a web interface application.
When switching to a tab in the JTabbedPane that already has Graphics2D components drawn on a JPane (lines, etc.), the drawn information disappears.
We currently have the paint() method overrided in the JPane where we are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.