Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
70 views

I'm trying to write a mp3 player in java. I want to implement the pause() method, which stores the frame that the player (AdvancedPlayer) has stopped. The the resume() method starts the player from ...
1 vote
0 answers
47 views

I am trying to implement and use a Pausable Player object based on the Advanced Player jlayer package. I am using the implementation found in this thread: https://stackoverflow.com/questions/12057214/...
0 votes
1 answer
74 views

Synthetica look and feel throws a class cast exception when using JLayer with JscrollPane with Java 11. It works fine with Java 8. Is there a way to fix this? Code example public class TestFrame ...
0 votes
1 answer
126 views

I am trying to run the music that I have, but it does not work. There is no error showing up in the eclipse any more, but the sound is not played. This is my code that I have public class Music ...
brokers125's user avatar
0 votes
0 answers
47 views

I'm trying to draw a stationary rectangle on top of a JScrollPane. This would look similar to freezing the first row in Microsoft excel and scrolling down. I tried using a JLayer and LayerUI to ...
asdf's user avatar
  • 1
1 vote
0 answers
54 views

This code can play in Eclipse Debug, but Can't play on Jar file. this is a code. this is my Main class. Music lobby = new Music("LOBBY.mp3", true); lobby.start(); Can music files be used ...
Sevenerz's user avatar
0 votes
0 answers
112 views

I'm having a serious performance issue using a JLayer to do special drawing, but only under the AquaLookAndFeel on Macintosh. Using any other look and feel, the performance is fine. Here's the scoop: ...
MiguelMunoz's user avatar
  • 5,070
0 votes
1 answer
147 views

I'm using jl-1.0.1 to convert mp3 files to wav files for an android app. Most of the time it works fine on my phone but occasionally I get a java.io.IOException: unable to load resource 'sfd.ser'. A ...
1 vote
1 answer
137 views

When I start playing music by javazoom library, console stops answer. I can write anything, but no response. import java.io.FileInputStream; import java.io.FileNotFoundException; import java.util....
0 votes
2 answers
4k views

the code that i used : package play; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.net....
0 votes
1 answer
303 views

I build a JLayer that plays a web music stream, which works fine, except for the volume. I cant get it to change. I already tried the following, but the volume always remains the same, no errors: ...
user avatar
1 vote
2 answers
191 views

I'm using double-buffered graphics in my JLayer subclass to implement a simple swipe animation in a Java Swing application. It works fine on the older displays, but when I run it on a Retina display, ...
MiguelMunoz's user avatar
  • 5,070
0 votes
1 answer
139 views

I just want it to be able to stop halfway through playing the song but not sure how I need to do this? Does it need to be threaded? public class playMusic { public static void main(String[] args)...
MiniEggz's user avatar
0 votes
2 answers
65 views

I was trying to create a basic music player in Java using JLayer library, but it doesn't seem to work. Nothing is played when I open a file (.mp3) through JFileChooser. Below is the code for my ...
user avatar
0 votes
1 answer
126 views

I am making a music player for rasberry pi. There is a hifiberry module connected to it. I am using a jlayer library for playing music. When i run the code on my PC (Ubuntu) it works fine, but when i ...

15 30 50 per page
1
2 3 4 5
...
10

AltStyle によって変換されたページ (->オリジナル) /