添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
So, I have a panel with GridBagLayout  and I want a Jlabel to be placed on top of JTextArea. The problem is, if I put jlabel on top or bottom of jtextarea, the jtextarea will shrink. I tried to put jbutton instead of jlabel and the jtextarea wasn't shrinking. Here are some illustrations:

with jbutton


with jlabel


Code snippet

Is there a solution for this problem? or should I just use other layouts?