mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-20 19:38:32 -05:00
removed titled border
This commit is contained in:
@@ -703,13 +703,6 @@
|
||||
</SubComponents>
|
||||
</Container>
|
||||
<Container class="javax.swing.JPanel" name="hiddenPanel">
|
||||
<Properties>
|
||||
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
||||
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
|
||||
<TitledBorder title="Hidden"/>
|
||||
</Border>
|
||||
</Property>
|
||||
</Properties>
|
||||
<Constraints>
|
||||
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
|
||||
<GridBagConstraints gridX="1" gridY="2" gridWidth="1" gridHeight="1" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="0.0"/>
|
||||
|
||||
@@ -296,11 +296,11 @@ public class DataBrowser extends javax.swing.JFrame {
|
||||
gridBagConstraints = new GridBagConstraints();
|
||||
gridBagConstraints.gridx = 1;
|
||||
gridBagConstraints.gridy = 1;
|
||||
gridBagConstraints.anchor = GridBagConstraints.NORTHWEST;
|
||||
gridBagConstraints.anchor = GridBagConstraints.SOUTHWEST;
|
||||
gridBagConstraints.fill = java.awt.GridBagConstraints.NONE;
|
||||
gridBagConstraints.weightx = 0;
|
||||
gridBagConstraints.weighty = 0;
|
||||
gridBagConstraints.insets = new Insets(4, 4, 4, 4);
|
||||
gridBagConstraints.insets = new Insets(4, 16, 54, 4);
|
||||
jLayeredPane1.add(layoutButton, gridBagConstraints);
|
||||
|
||||
if (jScrollPane1.getVerticalScrollBar() != null) {
|
||||
@@ -1166,7 +1166,6 @@ public class DataBrowser extends javax.swing.JFrame {
|
||||
gridBagConstraints.weighty = 1.0;
|
||||
layeredPaneContent.add(jScrollPane1, gridBagConstraints);
|
||||
|
||||
hiddenPanel.setBorder(javax.swing.BorderFactory.createTitledBorder("Hidden"));
|
||||
hiddenPanel.setLayout(new java.awt.GridBagLayout());
|
||||
gridBagConstraints = new java.awt.GridBagConstraints();
|
||||
gridBagConstraints.gridx = 1;
|
||||
@@ -1177,7 +1176,7 @@ public class DataBrowser extends javax.swing.JFrame {
|
||||
|
||||
jLayeredPane1.setLayer(layeredPaneContent, javax.swing.JLayeredPane.PALETTE_LAYER);
|
||||
jLayeredPane1.add(layeredPaneContent);
|
||||
layeredPaneContent.setBounds(0, 0, 24, 58);
|
||||
layeredPaneContent.setBounds(0, 0, 24, 35);
|
||||
|
||||
desktopSplitPane.setLeftComponent(jLayeredPane1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user