If you enter regular expression, replace expression, and test text until scroll bar is shown, then unselected replace check box, change the Look & Feel to Metal or CDE/Motif (on linux), and selected replace check box again. You will get different scroll bar in test text and replace result.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are some components with custom UIs, so I've decided not to support runtime switching of the LAF. I did reproduce your bug - it's quite odd, but not something I'm going to spend time fixing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the report. How are you changing the LAF? Which LAFs are you changing from/to?
If you enter regular expression, replace expression, and test text until scroll bar is shown, then unselected replace check box, change the Look & Feel to Metal or CDE/Motif (on linux), and selected replace check box again. You will get different scroll bar in test text and replace result.
What procedure are you using to change the LAF?
I used function "setCurrentLAFClass(window, className);" in class "PLAFUtil"
I called this function when I want to change the LAF
I try to fix it by putting this:
PLAFUtil.setCurrentLAFClass(RXR.window, PLAFUtil.getCurrentLAFClassName());
on line 328 in MainPanel.java so
it's when replace check box is selected in MainPanel.java. And it seems to work.
sorry for late reply.
There are some components with custom UIs, so I've decided not to support runtime switching of the LAF. I did reproduce your bug - it's quite odd, but not something I'm going to spend time fixing.