Package | Description |
---|---|
de.up.ling.irtg.util |
Various utilities.
|
Modifier and Type | Method and Description |
---|---|
static <E> E |
GuiUtils.withConsoleProgressBar(int width,
PrintStream strm,
ProgressBarWorker<E> worker)
Execute some expensive work and track its progress with a
progress bar on the console.
|
static <E> void |
GuiUtils.withProgressBar(Frame parent,
String title,
String description,
ProgressBarWorker<E> worker,
ValueAndTimeConsumer<E> andThen)
Execute this on the EDT.
|
Copyright © 2017. All rights reserved.