質問

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