I'm writing a simple text editor in java, I have done it before now I have some new ideas, normally when I put in a JTextArea when I have a FlowLayout on my JFrame it will fill what is left of the JFrame. However this time it's not. Could someone help me out trying to get it to fill the rest of my JFrame? Thanks!

有帮助吗?

解决方案

http://docs.oracle.com/javase/tutorial/uiswing/layout/layoutlist.html Java does have various layouts. For making dynamic body changes you have to learn more flexible layouts like grid or grid bag layout. Hope this help.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top