Set the JPanel size to fill parent with little margin

后端 未结 4 800
遇见更好的自我
遇见更好的自我 2021-01-07 10:15

I have two Jpanel (JpanelLeft and JpanelLeftContent) how can i make the JpanelLeftContent fill parent size with a little margin on the lef

4条回答
  •  借酒劲吻你
    2021-01-07 10:35

    ..how can i make the JpanelLeftContent look like a rounded rectangle as shown in the picture.

    See TextBubbleBorder for a start.

    Obviously you'd need to remove the little v at the bottom, & shove the bottom border further down. The code is not comprehensively tested, and will require further tweaks and fixes. 'Batteries not included'.

提交回复
热议问题