문제

When a mnemonic character "_" is added to the menu text, we have to press the Alt key to make the mnemonic underline appear. How to let the menu mnemonic underline appear always before we press Alt?

도움이 되었습니까?

해결책

To make the mnemonic underlines visible all the time, just add the following to your css file:

.mnemonic-underline {
    -fx-stroke: -fx-text-base-color;
}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top