Change menu bar and menu items font

后端 未结 2 837
再見小時候
再見小時候 2021-01-26 06:15

I\'m trying to make the menu bar items and the items of the items bigger and smaller, I\'ve seached here a bit before (so don\'t mark this as repeated please) and none of the po

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-26 06:29

    If you're updating UI Manager properties on the fly (such as after your GUI has appeared), you'll need to make a call to SwingUtilities.updateComponentTreeUI(Component) after you set the property UI Manager property. You'll want to pass in the highest level component you want to refresh (in this case, probably your top level Window or JFrame).

提交回复
热议问题