Possible Duplicate:
Location of String keys in L&F
This here is a line in my code:
UIManager.getString("FileChooser.saveButtonText", l);
This will return a string
that represents text printed on save button of JFileChooser
Where does it fetch that string
from?
I tried digging around src.zip, but I couldn't find it...