Posts by Marcos Marcos • 19 points
3 posts
-
0
votes1
answer23
viewsQ: How to compare a typed Jtextfield String with a randomized Imageicon in a package?
At the level of Random in a package of Imageicon of flags of countries how to compare if it was typed right the name of the flag of the country in a Jtextfield by the user? To randomize the images…
-
0
votes1
answer34
viewsQ: How to call a Jlabel with its content from another Class?
In a certain class I have a Jlabel thus: public class Links { private JLabel link; lblLink.addMouseListener(new MouseAdapter() { public void mouseClicked(MouseEvent arg0) {…
-
1
votes0
answers111
viewsQ: Does the Jlayer Basicplayer API not open mp3 with Inputstream?
Hello everyone would like to know what’s wrong with my code. The Basicplayer library opens mp3 if you use File but do not open mp3 using Inputstream! That’s right? public class BasicPlayerTest…
javaasked Marcos Marcos 19