This repository was archived by the owner on Jan 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/cn/enaium/joe/dialog/search Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# JavaOctetEditor
2
2
3
- ![ ] ( https://s1.ax1x .com/2022/08/11/v8T7M8 .png )
4
- ![ ] ( https://s1.ax1x .com/2022/08/11/v8Toxf .png )
3
+ ![ ] ( https://user-images.githubusercontent .com/32991121/186328031-4bf5cddd-3926-4a8b-b675-10da8839b016 .png )
4
+ ![ ] ( https://user-images.githubusercontent .com/32991121/186328036-7ab4de70-592b-4b9a-a48b-48c847f178c0 .png )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
group ' cn.enaium'
10
- version ' 1.0.0 '
10
+ version ' 1.0.1 '
11
11
12
12
sourceCompatibility = targetCompatibility = JavaVersion . VERSION_1_8
13
13
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public SearchLdcDialog() {
44
44
JavaOctetEditor .getInstance ().task
45
45
.submit (new SearchLdcTask (JavaOctetEditor .getInstance ().getJar (), text .getText ()))
46
46
.thenAccept (it -> {
47
- resultList .removeAll ();
47
+ (( DefaultListModel < ResultNode >) resultList .getModel ()). clear ();
48
48
for (ResultNode resultNode : it ) {
49
49
((DefaultListModel <ResultNode >) resultList .getModel ()).addElement (resultNode );
50
50
}
You can’t perform that action at this time.
0 commit comments