Block « GlassPane « Java Swing Q&A





1. Is there a problem with this blocking GlassPane?    stackoverflow.com

I found this blocking GlassPane class on the web and I'm curious to know if some of you see any problem with it.

public final class BlockingGlassPane extends JComponent implements AWTEventListener {

// ...