Skip to content

Commit f5cf900

Browse files
author
tonikelope
committed
7.52
VERY VERY VERY BIG FOLDERS PERFORMANCE FIX #416
1 parent e96925f commit f5cf900

File tree

8 files changed

+214
-107
lines changed

8 files changed

+214
-107
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.tonikelope</groupId>
55
<artifactId>MegaBasterd</artifactId>
6-
<version>7.51</version>
6+
<version>7.52</version>
77
<packaging>jar</packaging>
88
<dependencies>
99
<dependency>
@@ -15,13 +15,13 @@
1515
<dependency>
1616
<groupId>com.fasterxml.jackson.core</groupId>
1717
<artifactId>jackson-core</artifactId>
18-
<version>2.9.6</version>
18+
<version>2.12.6</version>
1919
<type>jar</type>
2020
</dependency>
2121
<dependency>
2222
<groupId>com.fasterxml.jackson.core</groupId>
2323
<artifactId>jackson-annotations</artifactId>
24-
<version>2.9.9</version>
24+
<version>2.12.6</version>
2525
<type>jar</type>
2626
</dependency>
2727
<dependency>

src/main/java/com/tonikelope/megabasterd/FolderLinkDialog.form

+24-22
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@
2424
<Layout>
2525
<DimensionLayout dim="0">
2626
<Group type="103" groupAlignment="0" attributes="0">
27-
<Group type="102" alignment="0" attributes="0">
27+
<Group type="102" alignment="1" attributes="0">
2828
<EmptySpace max="-2" attributes="0"/>
29-
<Group type="103" groupAlignment="0" attributes="0">
30-
<Component id="link_detected_label" max="32767" attributes="0"/>
31-
<Component id="file_tree_scrollpane" max="32767" attributes="0"/>
29+
<Group type="103" groupAlignment="1" attributes="0">
30+
<Component id="node_bar" max="32767" attributes="0"/>
31+
<Component id="link_detected_label" alignment="0" max="32767" attributes="0"/>
32+
<Component id="file_tree_scrollpane" alignment="0" max="32767" attributes="0"/>
3233
<Component id="total_space_label" alignment="0" max="32767" attributes="0"/>
3334
<Component id="warning_label" alignment="0" max="32767" attributes="0"/>
3435
<Group type="102" alignment="0" attributes="0">
@@ -52,25 +53,24 @@
5253
<Group type="103" groupAlignment="0" attributes="0">
5354
<Group type="102" alignment="1" attributes="0">
5455
<EmptySpace max="-2" attributes="0"/>
55-
<Group type="103" groupAlignment="1" attributes="0">
56-
<Group type="102" attributes="0">
57-
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
58-
<Group type="103" groupAlignment="3" attributes="0">
59-
<Component id="skip_rest_button" alignment="3" min="-2" max="-2" attributes="0"/>
60-
<Component id="skip_button" alignment="3" min="-2" max="-2" attributes="0"/>
61-
<Component id="dance_button" alignment="3" min="-2" max="-2" attributes="0"/>
62-
</Group>
56+
<Component id="link_detected_label" min="-2" max="-2" attributes="0"/>
57+
<EmptySpace min="-2" pref="8" max="-2" attributes="0"/>
58+
<Group type="103" groupAlignment="3" attributes="0">
59+
<Component id="folder_link_label" alignment="3" min="-2" max="-2" attributes="0"/>
60+
<Component id="restore_button" alignment="3" min="-2" max="-2" attributes="0"/>
61+
</Group>
62+
<EmptySpace max="-2" attributes="0"/>
63+
<Component id="file_tree_scrollpane" pref="295" max="32767" attributes="0"/>
64+
<EmptySpace max="-2" attributes="0"/>
65+
<Component id="node_bar" min="-2" pref="14" max="-2" attributes="0"/>
66+
<EmptySpace max="-2" attributes="0"/>
67+
<Group type="103" groupAlignment="0" attributes="0">
68+
<Group type="103" alignment="1" groupAlignment="3" attributes="0">
69+
<Component id="skip_rest_button" alignment="3" min="-2" max="-2" attributes="0"/>
70+
<Component id="skip_button" alignment="3" min="-2" max="-2" attributes="0"/>
71+
<Component id="dance_button" alignment="3" min="-2" max="-2" attributes="0"/>
6372
</Group>
64-
<Group type="102" attributes="0">
65-
<Component id="link_detected_label" min="-2" max="-2" attributes="0"/>
66-
<EmptySpace min="-2" pref="8" max="-2" attributes="0"/>
67-
<Group type="103" groupAlignment="3" attributes="0">
68-
<Component id="folder_link_label" alignment="3" min="-2" max="-2" attributes="0"/>
69-
<Component id="restore_button" alignment="3" min="-2" max="-2" attributes="0"/>
70-
</Group>
71-
<EmptySpace max="-2" attributes="0"/>
72-
<Component id="file_tree_scrollpane" pref="315" max="32767" attributes="0"/>
73-
<EmptySpace max="-2" attributes="0"/>
73+
<Group type="102" alignment="1" attributes="0">
7474
<Component id="total_space_label" min="-2" max="-2" attributes="0"/>
7575
<EmptySpace max="-2" attributes="0"/>
7676
<Component id="warning_label" min="-2" max="-2" attributes="0"/>
@@ -214,5 +214,7 @@
214214
<Property name="enabled" type="boolean" value="false"/>
215215
</Properties>
216216
</Component>
217+
<Component class="javax.swing.JProgressBar" name="node_bar">
218+
</Component>
217219
</SubComponents>
218220
</Form>

0 commit comments

Comments
 (0)