Swing Jpanel Autofit 内容问题
我想使用 Swing 实现以下屏幕设计:
----------------------------------------------- File Type 1: JTextfield1 Browse Button1 ADD ROW BUTTON JTextfield2 Browse Button2 File Type 2: JTextfield3 Browse Button3 ADD ROW BUTTON JTextfield4 Browse Button4 File Type 1: JTextfield5 Browse Button5 ADD ROW BUTTON JTextfield6 Browse Button6
单击 ADD ROW BUTTON 一组新的 JTextfield 和 JTextfield 。浏览按钮被添加到适当的文件类型部分,每个文件类型部分都是一个具有 miglayout 的 Jpanel,但问题是添加新行后,Jpanel 不会展开,因此新行仅部分显示,屏幕下方的部分也会显示不会被推倒。
如何实现同样的目标。 请帮忙。
拉吉夫·贾
I want to achieve following screen design using Swing:
----------------------------------------------- File Type 1: JTextfield1 Browse Button1 ADD ROW BUTTON JTextfield2 Browse Button2 File Type 2: JTextfield3 Browse Button3 ADD ROW BUTTON JTextfield4 Browse Button4 File Type 1: JTextfield5 Browse Button5 ADD ROW BUTTON JTextfield6 Browse Button6
On click of ADD ROW BUTTON a new set of JTextfield & Browse Button gets added at appropriate file type section,Each file type section is a Jpanel having miglayout, but the problem is Upon addition of new row the Jpanel does not expand and thus new row shows up only partially and the sections dowm of the screen does not gets pushed down.
How to go about achieving the same.
Please help.
Rajiv Jha
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不太明白你需要什么。但请尝试一下这个例子。它应该做你正在寻找的事情。
I don't exactly understand what you need. But try this example out. It should do what you're looking for.