Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Windows XP

  Asked By: Vernon    Date: May 26    Category: Java    Views: 435
  

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

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Windows XP Or get search suggestion and latest updates.




Tagged: