Revision 1118 trunk/frameworks/_fwAndami/src/com/iver/andami/ui/mdiFrame/MDIFrame.java

View differences:

MDIFrame.java
918 918
    private Stack cursors = new Stack();
919 919
    
920 920
    public void pushCursor(Cursor c){
921
    	logger.debug("Se apila un cursor");
921
// LWS    	logger.debug("Se apila un cursor");
922 922
//    	if (getCursor() != null)
923 923
//    	cursors.push(getCursor());
924 924
    	setCursor(c);
925 925
    }
926 926
    
927 927
    public void popCursor(){
928
    	logger.debug("Se desapila un cursor");
928
// LWS   	logger.debug("Se desapila un cursor");
929 929
//    	Cursor c = (Cursor) cursors.pop();
930 930
    	setCursor(null);
931 931
    }

Also available in: Unified diff