python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
JScrollPane takes up whole JFrame
I'm trying to create a form for a Task List, that will have a list of tasks sitting in a JScrollPane, with some buttons below it, to essentially look like this:
The problem I'm running into is that t...
ChrisG29
Votes: 0
Answers: 0
JPanel always become full screen size if its inside of full screen JFrame
When I add JPanel into full screen JFrame, JPanel sizing does not work and JPanel becomes full screen too, whats problem here and how to fix?
import java.awt.*;
import javax.swing.*;
public class pcb...
eattato
Votes: 0
Answers: 0
Fullscreen JFrame demo app has weird lag and framerate issues
I started recently learning how to use Jframe so I can make actual GUIs because no one wants an application that relies solely on cmd, so while making a basic demo app that uses a little bit of everyt...
Towenisnear
Votes: 0
Answers: 0
How I can use an auto increment in java for a register system?
I'm creating a register system for students using files, while I use the program the auto increment works fine, but when I ruin it again, the autoincremnt returns 1, also I am not allowed to use MySQ...

Web777Ms
Votes: 0
Answers: 1