MCPcopy Create free account
hub / github.com/XUANXUQAQ/File-Engine / repaint

Method repaint

src/main/java/file/engine/frames/SearchBar.java:3400–3405  ·  view source on GitHub ↗

重绘Frame

()

Source from the content-addressed store, hash-verified

3398 * 重绘Frame
3399 */
3400 private void repaint() {
3401 if (isPreviewMode.get()) {
3402 SwingUtilities.invokeLater(() -> SwingUtilities.updateComponentTreeUI(searchBar));
3403 }
3404 SwingUtilities.invokeLater(searchBar::repaint);
3405 }
3406
3407 private Future<Void> addShowSearchStatusThread(AtomicBoolean isDone, ArrayList<ResultWrap> listResultsTemp) {
3408 Callable<Void> func = () -> {

Callers 7

moveDownwardMethod · 0.95
moveUpwardMethod · 0.95
previewSearchBarEventMethod · 0.95
clearAllLabelsMethod · 0.95
runMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected