added strut to config panel view for text boxes at end
This commit is contained in:
@@ -27,7 +27,7 @@ public class SynthuseConfigPanel extends javax.swing.JPanel {
|
||||
* regenerated by the Form Editor.
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
// <editor-fold defaultstate="collapsed" desc="Generated Code">
|
||||
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
|
||||
private void initComponents() {
|
||||
java.awt.GridBagConstraints gridBagConstraints;
|
||||
|
||||
@@ -45,6 +45,7 @@ public class SynthuseConfigPanel extends javax.swing.JPanel {
|
||||
theTargetKeyTextField = new javax.swing.JTextField();
|
||||
theXPathListTextField = new javax.swing.JTextField();
|
||||
theXPathHighlightTextField = new javax.swing.JTextField();
|
||||
filler3 = new javax.swing.Box.Filler(new java.awt.Dimension(50, 0), new java.awt.Dimension(50, 0), new java.awt.Dimension(50, 32767));
|
||||
|
||||
setLayout(new java.awt.GridBagLayout());
|
||||
|
||||
@@ -165,12 +166,17 @@ public class SynthuseConfigPanel extends javax.swing.JPanel {
|
||||
gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
|
||||
gridBagConstraints.insets = new java.awt.Insets(6, 6, 6, 6);
|
||||
add(theXPathHighlightTextField, gridBagConstraints);
|
||||
}// </editor-fold>
|
||||
gridBagConstraints = new java.awt.GridBagConstraints();
|
||||
gridBagConstraints.gridx = 5;
|
||||
gridBagConstraints.gridy = 4;
|
||||
add(filler3, gridBagConstraints);
|
||||
}// </editor-fold>//GEN-END:initComponents
|
||||
|
||||
|
||||
// Variables declaration - do not modify
|
||||
// Variables declaration - do not modify//GEN-BEGIN:variables
|
||||
private javax.swing.Box.Filler filler1;
|
||||
private javax.swing.Box.Filler filler2;
|
||||
private javax.swing.Box.Filler filler3;
|
||||
private javax.swing.JLabel jLabel1;
|
||||
private javax.swing.JLabel jLabel2;
|
||||
private javax.swing.JLabel jLabel3;
|
||||
@@ -183,7 +189,7 @@ public class SynthuseConfigPanel extends javax.swing.JPanel {
|
||||
private javax.swing.JTextField theTargetKeyTextField;
|
||||
private javax.swing.JTextField theXPathHighlightTextField;
|
||||
private javax.swing.JTextField theXPathListTextField;
|
||||
// End of variables declaration
|
||||
// End of variables declaration//GEN-END:variables
|
||||
|
||||
public JCheckBox getAlwaysOnTopCheckBox() {
|
||||
return theAlwaysOnTopCheckBox;
|
||||
|
||||
Reference in New Issue
Block a user