diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-20 16:36:49 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-20 16:36:49 +0000 |
| commit | 8131638fc01dbde84864656e197b14772ff53346 (patch) | |
| tree | 04a79601a8aa3d48a6c6c674f6baeafe61170374 /sources/simulator/VSMain.java | |
| parent | da095a0767dfaabe363f2b7ed7d95fb35e066e14 (diff) | |
A VSMessage is not a VSEvent any more. Instead a MessageReceiveEvent has been introduced.
Diffstat (limited to 'sources/simulator/VSMain.java')
| -rw-r--r-- | sources/simulator/VSMain.java | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
