Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 gui 中的输出控制台创建自定义流程窗格。我一直在研究在这里找到的代码,只是试图让 setPrefWrapLength 工作。默认情况下,此处设置为 200,但向其中一个标签添加更多文本不会显示其环绕。
所以,我想我的问题是,如何让 FlowPane 正确包装?
我想到了。FlowPane 宽度由它所在的窗格定义。虽然我的窗格的宽度小于 550,但我也必须将其最大宽度设置为 550:pane.setMaxWidth(550)