From 8131638fc01dbde84864656e197b14772ff53346 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 20 May 2008 16:36:49 +0000 Subject: A VSMessage is not a VSEvent any more. Instead a MessageReceiveEvent has been introduced. --- sources/simulator/VSMain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/simulator/VSMain.java') diff --git a/sources/simulator/VSMain.java b/sources/simulator/VSMain.java index 2f4c188..4398226 100644 --- a/sources/simulator/VSMain.java +++ b/sources/simulator/VSMain.java @@ -27,7 +27,7 @@ public class VSMain { UIManager.getCrossPlatformLookAndFeelClassName()); } catch (Exception e) { } - javax.swing.JPopupMenu.setDefaultLightWeightPopupEnabled(false); + javax.swing.JPopupMenu.setDefaultLightWeightPopupEnabled(false); VSPrefs prefs = VSDefaultPrefs.init(); VSRegisteredEvents.init(prefs); new VSMain(prefs); -- cgit v1.2.3