mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 11:05:34 +00:00
replace text
This commit is contained in:
@@ -25,7 +25,6 @@ import java.util.List;
|
||||
import javax.swing.JButton;
|
||||
import javax.swing.JLabel;
|
||||
import javax.swing.JPanel;
|
||||
import javax.swing.SwingUtilities;
|
||||
import javax.swing.text.JTextComponent;
|
||||
import jsyntaxpane.actions.DocumentSearchData;
|
||||
|
||||
@@ -117,7 +116,7 @@ public class SearchPanel<E> extends JPanel implements ActionListener {
|
||||
}
|
||||
|
||||
private void doUpdate() {
|
||||
SwingUtilities.invokeLater(new Runnable() {
|
||||
View.execInEventDispatchLater(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
searchPos.setText((foundPos + 1) + "/" + found.size());
|
||||
|
||||
Reference in New Issue
Block a user