1) GlassPane GlassPane은 다른 패널 위에 존재하면서 기본적으로 숨겨져 있는 투명한 판이다 예시 코드import javax.swing.*;import java.awt.*;import java.awt.event.ItemEvent;import java.awt.event.ItemListener;import java.awt.event.MouseEvent;import javax.swing.event.MouseInputAdapter;/** An application that requires no other files. */public class GlassPaneDemo { static private MyGlassPane myGlassPane; /** * Create the GUI ..