[Swift-commit] r3212 - trunk/src/org/griphyn/vdl/karajan
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Sun Jan 24 17:57:44 CST 2010
Author: hategan
Date: 2010-01-24 17:57:44 -0600 (Sun, 24 Jan 2010)
New Revision: 3212
Modified:
trunk/src/org/griphyn/vdl/karajan/VDL2ErrorTranslator.java
Log:
fixed deprecated call
Modified: trunk/src/org/griphyn/vdl/karajan/VDL2ErrorTranslator.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/VDL2ErrorTranslator.java 2010-01-24 23:57:07 UTC (rev 3211)
+++ trunk/src/org/griphyn/vdl/karajan/VDL2ErrorTranslator.java 2010-01-24 23:57:44 UTC (rev 3212)
@@ -225,6 +225,6 @@
public void windowIconified(WindowEvent e) {}
public void windowOpened(WindowEvent e) {}
});
- frame.show();
+ frame.setVisible(true);
}
}
More information about the Swift-commit
mailing list