/** Updates the UI strings based on the locale of the ResourceBundle. */ protected void updateUIText() { border.setTitle(resourceBundle.getString("title.searchCriteria")); }
/** Class Constructor. */ public QueryPanel(final FindParamsPanel findParamsPanel, Configuration cfg) { this.cfg = cfg; this.findParamsPanel = findParamsPanel; border = BorderFactory.createTitledBorder(resourceBundle.getString("title.searchCriteria")); this.setBorder(border); }