Glass Panel Example
* GlassExample -- draws an oval on the glassPane,
* obscuring the widgets below until clicked
public class GlassExample extends Jframe {
super ("Glass Pane Example");
this.setDefaultCloseOperation
(WindowConstants.DISPOSE_ON_CLOSE);
start = new JButton ("Start");
end = new JButton ("End");
p.add(start); p.add(end);