Hi guys, I have a problem.
I'm working on another guy's code and there is a JFrame with lots of JSeparators(he used them as borders for 'panels') now I'm replacing them for a JBorderedPanel class that follows the same border style of the whole application.
The problem is that some of his separators are not clear to determine where they are in the code, there are lots of jSeparator#, replace with for any number between 0 and 999.
Is there any way to determine which variable correspond to which border other than testing all jSeparators one by one?
In before 'Don't replace them!' I'm obligated to replace them. I wouldn't be doing this if I could.
Thanks in advance.