Revision 8231

View differences:

trunk/libraries/libCorePlugin/src/com/iver/core/mdiManager/NewSkin.java
531 531
     * @see com.iver.andami.ui.mdiManager.MDIManager#getWindowInfo(com.iver.andami.ui.mdiManager.IWindow)
532 532
     */
533 533
    public WindowInfo getWindowInfo(IWindow w) {
534
    	fws.getWindowInfo(w);
534 535
    	WindowInfo wi = vis.getWindowInfo(w);
536
    	
535 537
    	JInternalFrame f = fws.getJInternalFrame(w);
536 538
    	wi.setX(f.getX());
537 539
    	wi.setY(f.getY());
......
764 766
            IWindow lastWindow = wss.getActiveWindow();
765 767
            // La activamos
766 768
            if (lastWindow != null) {
767
                System.err.println("Devuelvo el foco a "
768
                        + lastWindow.getWindowInfo().getTitle());
769
            	logger.debug(PluginServices.getText(this, "Devuelvo_el_foco_a_")+lastWindow.getWindowInfo().getTitle());
769 770
                JInternalFrame frame = fws.getJInternalFrame(lastWindow);
770 771
                try {
771 772
                    frame.setSelected(true);

Also available in: Unified diff