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.
我尝试使用 calendar.setWidth(500) 和 calendar.setHeight(400) 为 SmartGWT 库中的日历小部件设置显式宽度和高度,但无济于事。
任何想法为什么这不起作用?谢谢!
#gwt on freenode 的 Luminari 建议我使用 SimplePanel 来包装日历并缩小其大小,然后将其添加到 TabBar。谢谢!