I have moved from JDK1.3 in Windows2002 to j2sdk1.4.2.
in windows XP. My application was wroking well with at
Windows XP. but when i changed to j2sdk1.4. in Windows
Xp. the function of setVisible() dose not work any
more.
this the example. it does not appear panle P any more.
************
private void
JBresetMouseClicked(java.awt.event.MouseEvent evt)
{//GEN-FIRST:event_JBsaveMouseClicked
System.out.println("Breset11");
p2.setVisible(true);
System.out.println("Breset12");
}
**********************
output as
Breset11
Breset11