String.prototype.replaceAll = function(oldValue, newValue) {
return this.split(oldValue).join(newValue);
}
TabbedPane.xml <?xml version="1.0" encoding="UTF-8"?> <panel layout="BorderLayout"> <label...
String.prototype.replaceAll = function(oldValue, newValue) {
return this.split(oldValue).join(newValue);
}