java jbutton改变翻转边框颜色
当您将鼠标滑过 Jbutton 时,会出现一个灰色边框以显示滑过效果。有没有一种简单的方法可以将边框的颜色更改为红色?
When you roll over a Jbutton there's a greyish border that comes up to show the rollover effect. Is there a simple way to change the color of that border say to red?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须根据您正在使用的外观和感觉调整 UI 默认值。这很简单,但找到正确的变量名来正常调整是耗时的部分。
You would have to tweak the UI Default for what ever look and feel you are using. This is simple, but finding the correct variable name to adjust normally is the time consuming part.