Questions tagged [jlayer]

JLayer is a decorator for Java Swing components, often used for for painting over and catching events from subcomponents in the Swing framework.

136 questions
-4
votes
1 answer

Java jLayer GUI Application freezes while playing the music

I'm working on a Java project that requires background music so I'm using jLayer (MP3 library for the Java Platform) for better applicability and performance for my project. I need to play the music with the help of JFileChooser so that the user…
1 2 3
9
10