开发者

how to dynamically increase JDialog size in swing?

I have a JDialog and inside it am having a JLabel in which the contents are added dynamically. Initially I set the size of the JDialog and JLabel (both having same size), now if my contents in the JLabel exceeds the size of the JDialog, the content is not visible.

How can i dynamically change the size of the JDialog so that the size gets ma开发者_开发知识库tched to the content with using layouts?


Invoke pack after the jlabel content change.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜