Hi everyone!

Use this space to share anyt...
# **Rules**
The Repl.it community is a place for users to share code, ask questions, and discuss coding-related subjects. We're committed to making i...
Hi again replers! Here are this month's **MONTHLY REPLS**! For those who do not know what these are, these are the repl talk posts that were made duri...
im confused please help me my mom is super upset
im confused please help me my mom is super upset
im confused please help me my mom is super upset
im...
This is inspired from @DynamicSquid 's amazing project, [pixel art creator](https://repl.it/talk/share/Pixel-Art-Creator/43722). Y'all better make sur...
I am transferring some of my Java GUI files onto repl.it. I noticed that when I tried to run this program, the progrma would not respond to my mouse a...
Hello, I have been doing java for about a month and wanted to make Rock Paper Scissors. I need help with the scoreboard though. I want it to update ev...
Senet is an ancient Egyptian two player game, also known as the "game of passing". This Java Swing project was created for my AP computer science clas...
This is a replica of the 2048 game, written in Java Swing, using 2D arrays. I still need to add keypress functionality so you can play with the arro...
Hello there,
When creating a Java Swing project, sometimes the web interface part of the output will just break.
It will say "run your repl to see o...
How can I guarantee a restart of the X server from Java Swing?
As I [posted](https://repl.it/talk/ask/How-do-I-clear-an-X-instance-that-still-has-JPanels-in-it/55432), shutting down JPanel windows under certain ci...
I keep getting Error: could not find or load main Class Main. This might be something simple I am just missing because of how late it is. Any help wo...
I'm trying to run a JavaSwing project and getting the following error:
bash -c xset q && DISPLAY=:0 run-project
bash: xset: command not found
Here's...
When I run my Java Swing program, it does not always recompile.
Unlike in a "regular" Java repl, in a Java Swing repl you see the java files and the class files. I made changes to a java file that had no effect whe...
Hello, I have been doing java for about a month and wanted to make Rock Paper Scissors. I need help with the scoreboard though. I want it to update ev...
I tried to test a simple JavaFX program using Java with Swing and regular Java, but both attempts could not import the javafx package.
Has anyone bee...