| Age | Commit message (Collapse) | Author |
|
This adds a variety of text UI components, namely two suites:
* One that is geared towards JSON
* One that is geared towards Markdown
Details to (perhaps) follow later
|
|
Adds BatchTaskProgressPanel, a augmented/specialized version of
MultiTaskProgressPanel that uses CollapsiblePanel to allow tracking of
batches of related tasks using SwingWorkers
|
|
Adds CollapsiblePanel, which is just a JPanel that is collapsible
|
|
Adds MultiTaskProgressPanel. This is a Swing component usable for
monitoring background tasks similar to the way ProgressMonitor works,
but instead of opening a dialog for each tasks, it displays them like a
browser download manager
|
|
Adds a collapsible version of a JPanel, useful in various places
|
|
Adds a version of PreparedStatement that supports named parameter
syntax.
|
|
|
|
This adds a JBrowser Swing component that is intended to work similarly
to how the NSBrowser component in Swing works
|
|
|
|
|
|
Some work on StreamTerminal and its corresponding example
|
|
|
|
This is some functionality based on the way that MVS/other IBM OSes
handle their UI
|
|
|
|
The random generation examples are now in a more appropriate package.
Also, moved another random generation example from RGens to here, since
it didn't use any RGens specific things
|
|
|
|
|
|
|
|
|
|
|
|
Cleanup some latent bugs
|
|
Part II of the cleanup pass
|
|
Finished extracting the old version of esodata, and fixed all the local
issues
|
|
utils.esodata now also lives in the esodata project; not here
|
|
|
|
|
|
|