Searched refs:webAppLAFField (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java174 webAppLAFField.setText(config.getWebappLAF());
297 webAppLAFField = new javax.swing.JTextField();
604 webAppLAFField.setText("jTextField1"); // NOI18N
642 .addComponent(webAppLAFField, javax.swing.GroupLayout.DEFAULT_SIZE, 412, Short.MAX_VALUE)))
677 .addComponent(webAppLAFField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
883 config.setWebappLAF(this.webAppLAFField.getText());
963 private javax.swing.JTextField webAppLAFField; field in class:ConfigurationsFrame

Completed in 218 milliseconds