class Swing12 extends
JFrame
{
JButton button =
new JButton
(
"Make Label Transparent");
JLabel label =
new JLabel
(
"A JLabel component");
Figure 1