changeset 49:e4ad783e5f95

Workaround bug in AWT initialisation for Java 1.7.0_45 on OS/X.
author Marcus Pearce <marcus.pearce@eecs.qmul.ac.uk>
date Wed, 11 Feb 2015 14:10:12 +0000
parents f3261bd3dd49
children 09fcd3fbfe1e
files Block.class Clock.class EndBlockPanel.class EndTestPanel.class Experiment.class Experiment.java ExperimentController.class ExperimentGui$1.class ExperimentGui.class FileList.class InstructionsPanel.class InterBlockPanel.class MelodyResults$1.class MelodyResults.class MidiPlayer.class ProbeID.class StimulusPanel.class SubjectDataPanel.class SubjectResults.class
diffstat 19 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file Block.class has changed
Binary file Clock.class has changed
Binary file EndBlockPanel.class has changed
Binary file EndTestPanel.class has changed
Binary file Experiment.class has changed
--- a/Experiment.java	Sun Jun 16 17:06:25 2013 +0100
+++ b/Experiment.java	Wed Feb 11 14:10:12 2015 +0000
@@ -226,6 +226,8 @@
 
     /* Main method */
     public static void main(String[] args) {
+
+        Toolkit.getDefaultToolkit();
 	
         System.out.println("Working Directory = " +
                            System.getProperty("user.dir"));
Binary file ExperimentController.class has changed
Binary file ExperimentGui$1.class has changed
Binary file ExperimentGui.class has changed
Binary file FileList.class has changed
Binary file InstructionsPanel.class has changed
Binary file InterBlockPanel.class has changed
Binary file MelodyResults$1.class has changed
Binary file MelodyResults.class has changed
Binary file MidiPlayer.class has changed
Binary file ProbeID.class has changed
Binary file StimulusPanel.class has changed
Binary file SubjectDataPanel.class has changed
Binary file SubjectResults.class has changed