freeseawind / littleluck

A cross platform Java Swing LookAndFeel
Apache License 2.0
56 stars 18 forks source link

窗口组件下移 #10

Closed etclij closed 8 years ago

etclij commented 8 years ago

使用非默认的rootpanel 的时候: UIManager.put(LuckUIClassKey.ROOTPANEUI, LuckMetalRootPaneUI.class.getName()); 会出现组件下移的情况 然后还有menubar设置为空, 但是会出现一条线的bug

freeseawind commented 8 years ago

已确认: 1、UIManager.put(LuckUIClassKey.ROOTPANEUI, LuckMetalRootPaneUI.class.getName()); 会出现组件下移的情况 (BUG) 2、Menubar设置为空, 但是会出现一条线,因为你的Menubar的大小没有设置或者没有隐藏(非BUG)