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)
JComponents arent displayed properly unless the window is minimized and reopened
I'm making a program in Java Swing and so far I only have the GUI done but that's what's giving me the problem. I have no idea why, but when my "tasks" method is activated using the button, ...
user17978829
Votes: 0
Answers: 1
How to automatically resize the remaining elements after adding a BorderLayout?
I added a simple statusBar to the application. It works normally, adjusts its size depending on the resolution.
Only that by adding this status bar, suddenly other elements in the application, such as...
JJJokers223
Votes: 0
Answers: 1
Problem with GroupLayout: components suddenly "burst" when resizing window
I had a Java assignment about a month ago, which was about building a GUI. I used GroupLayout to manage the position of the components. I ran into a problem where if I put a very long string of text i...

Kcits970
Votes: 0
Answers: 1
Chat Box area in Java Swing
I am trying to adjust a chatbox area in Java Swing. It appears to be at the top while I need it at the bottom of my frame.
My code:
package com.javavalley;
import javax.swing.JFrame;
import javax.swin...

Ranji Raj
Votes: 0
Answers: 2