File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
sources/net.sf.j2s.java.core/src Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2424 */
2525
2626package java .util ;
27- import java .util .Map .Entry ;
2827
2928/**
3029 * This class provides a skeletal implementation of the <tt>Map</tt>
Original file line number Diff line number Diff line change @@ -741,7 +741,7 @@ protected void ignoreAllMouseEvents(DOMNode node) {
741741
742742 @ SuppressWarnings ("unused" )
743743 protected static void hideAllMenus () {
744- System .out .println ("JSCUI hideAllMenus" + JSUtil .getStackTrace (-3 ));
744+ // System.out.println("JSCUI hideAllMenus" + JSUtil.getStackTrace(-3));
745745 JSUtil .jQuery .$ (".ui-j2smenu" ).hide ();
746746 if (/** @j2sNative javax.swing.ToolTipManager ||*/ false )
747747 ToolTipManager .j2sHideToolTip ();
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ public JSInternalFrameUI() {
3333 isInternalFrame = true ;
3434 }
3535
36-
3736 @ Override
3837 protected void frameCloserAction () {
3938 JInternalFrame jif = (JInternalFrame ) iframe ;
You can’t perform that action at this time.
0 commit comments