简体   繁体   中英

How to change the default java swing scrollbar with windows style?


Image

(Metro style I think ?)

Have you tried

  UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());

in your main() ?

If that is not the Look and feel you want, maybe give this a read: https://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM