我尝试使用num=input("enter the number:")
# num=[1,2,3,4,5,6,7,8,9]
if (num%2==0):
print "The number is even"
print num*num
else:
print "The number is odd"
print num*num
进行滚动,并ScrollPane
进行视图(VBox
)。每条消息都会在其中创建新的scroll.setContent(vbox);
和HBox
。
标签包含文本并声明为Label
如果有足够的空间而没有滚动它的工作:
但是当消息高度大于text.setWrapText(true);
高度(VHox
的视图)时,包装不起作用:
编辑:相关代码:
ScrollPane
答案 0 :(得分:1)
感谢@sillyfly编写小例子,我想出了这种情况的情况。
scroll.setFitToHeight(true);
提出了这个问题,所以我删除了它