python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Snake game in Java but my restart button does not work
My restart button of the game does not work and it multiples when it is clicked. I do not understand Java perfectly I am considering myself good.
Main of the game
package snake_game;
public class sna...
lubo dimoff
Votes: 0
Answers: 1
How to remove "shaded" background/border of my rounded JButton?
I have a rounded JButton in my JFrame but it has the sharp corners of which I assume is the default background/border for the JButton itself. I would like to remove that "shaded" tint so tha...
Christian Bonifacio
Votes: 0
Answers: 1
How to get rid of repeating code in function?
I want to get rid of the repeating code from an application. I tried to do it in several ways, but when I did it, the application did not work as I expected. Only putting the same code in a function h...
JJJokers223
Votes: 0
Answers: 1
Error when using ActionListener button click to hide a JFrame and reveal another
I'm trying to "open" a different JFrame window on button click (in this case, the dimensions button), like when going through a menu. I have my 2 windows, Main function and ActionListener as...
Teo
Votes: 0
Answers: 1