{
if(context.keyboardFocusManager == null)
context.keyboardFocusManager = KeyboardFocusManager.installed();
if(context.tempDirectory == null)
context.tempDirectory = new TempDirectory();
if(context.audioPlayer == null)
context.audioPlayer = new RealAudioPlayer();
if(context.bufferedImageCache == null)