ActionEvent « GlassPane « Java Swing Q&A





1. glassPane: How to fire the ActionEvent of a JPanel    forums.oracle.com

Hello Everyone, I'm developing an application with a glasspane added to it. The idea is that some JPanels which act as an Button can be "clicked" through the glasspane.The other components may not be clicked when the glasspane is enabled When i click on the glasspane on a location where a JPanel is located, the correct Jpanel is found by getDeepestComponentAt ...