0
votes
1answer
280 views
What is the ‘best’ type of java.awt.image.BufferedImage?
I am creating a buffered image that is going to be a snapshot of a JComponent (via paint()) and rendered inside an …
1
vote
How can I catch AWT thread exceptions in Java?
There is a distinction between uncaught exceptions in the EDT and outside the EDT.
…
