Project

General

Profile

logging.diff

Hynek Cihlar, 07/25/2016 12:05 PM

Download (928 Bytes)

View differences:

src/com/goldencode/p2j/ui/client/gui/driver/swing/SwingEmulatedWindow.java 2016-07-25 15:56:43 +0000
121 121
import com.goldencode.p2j.ui.client.driver.swing.*;
122 122
import com.goldencode.p2j.ui.client.gui.*;
123 123
import com.goldencode.p2j.ui.client.gui.driver.*;
124
import com.goldencode.util.*;
124 125

  
125 126
/**
126 127
 * The core GUI renderer. Because the painting results should be permanent a BufferedImage is
......
1036 1037
    */
1037 1038
   void moveToTop(boolean focus)
1038 1039
   {
1040
      System.out.println("SEW.focus() windowId=" + windowId);
1041
      LogHelper.dumpStackTrace(10);
1039 1042
      // execute the delay inside the Swing UI thread to make the move-to-top
1040 1043
      // requests serialized 
1041 1044
      SwingUtilities.invokeLater(() ->