Пример #1
0
 /** Updates the UI strings based on the locale of the ResourceBundle. */
 protected void updateUIText() {
   border.setTitle(resourceBundle.getString("title.searchCriteria"));
 }
Пример #2
0
 /** 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);
 }