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)
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
BorderLayout combined with FlowLayout: JTextArea ruins GUI (Java Swing)
I use a BorderLayout combined with a FlowLayout, which works perfectly when I set up the BorderLayout.NORTH. However, in the CENTER area I would like to add a JTextArea (to print out console), but whe...
Thend
Votes: 0
Answers: 1