Changed getId() method calls to getID().
Changed size() method calls to getSize().
Changed resize() method calls to setSize().
Changed layout() method calls to doLayout().
Changed the loadImage() method in the LEDDisplay bean.
Removed the loadResource() method and added loadImage() and loadAudioClip() methods in the AudioPlayer bean.
Also, rewrote play() and stop() methods in the AudioPlayer bean to use the sun.audio package.
