AdelinV2
AdelinV2
JCHJava Community | Help. Code. Learn.
Created by AdelinV2 on 10/27/2024 in #java-help
Need help with GUI (swing)
Its working, thank you @dan1st | Daniel
13 replies
JCHJava Community | Help. Code. Learn.
Created by AdelinV2 on 10/27/2024 in #java-help
Need help with GUI (swing)
Wait, my bad, I've set maximmsize
13 replies
JCHJava Community | Help. Code. Learn.
Created by AdelinV2 on 10/27/2024 in #java-help
Need help with GUI (swing)
textArea.setMinimumSize(new Dimension(500,500));

scrollPane.setMaximumSize(new Dimension(500,500));
textArea.setMinimumSize(new Dimension(500,500));

scrollPane.setMaximumSize(new Dimension(500,500));
still looks the same
13 replies
JCHJava Community | Help. Code. Learn.
Created by AdelinV2 on 10/27/2024 in #java-help
Need help with GUI (swing)
I did this
textArea.setMinimumSize(new Dimension(300,100));
textArea.setMinimumSize(new Dimension(300,100));
but still not working
13 replies