private void updateChars(DocumentEvent e) {
((TitledBorder) sdsp.getBorder()).setTitle(i18n
.getString("Admin.message")
+ "\t ("
+ sds.getText().length() + "/" + maxChars + ")");
sdsp.repaint();
send.setEnabled(!sds.getText().isEmpty());
notification.setForeground(Color.WHITE);
notification.setText("PLACEHOLDER");
}
});