Menu

#4 JInternal Activate

open
nobody
None
5
2006-01-24
2006-01-24
Anonymous
No

When I activate a JInternalFrame from a DesktopPane or
when calling moveToFront() method of JInternalFrame is
produced a StackOverFlow.

public class JInternalFrame(){
public void activar(String idModulo){
try {
setVisible(true);
moveToFront(); //StackOverFlow
...
}
catch (Exception e) {
e.printStackTrace();
System.exit(0);
}
}
}

Sorry my english is bad.

Sebastian

Discussion


Log in to post a comment.

MongoDB Logo MongoDB