178179180181182183184185186187188
/* * This is necessary to make lightweight components * directly added to the frame receive mouse events * properly. */ frame.addNotify(); /* * TEMPORARY CODE * * For some reason, the graphics configuration of the embedded
177178179180181182183184185186187