summaryrefslogtreecommitdiff
path: root/base/src/examples
AgeCommit message (Collapse)Author
2025-12-07Add MultiTaskProgressPanelBenjamin Culkin
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
2025-12-07Add a collapsible JPanelBenjamin Culkin
Adds a collapsible version of a JPanel, useful in various places
2025-12-07Add NamedPreparedStatementBenjamin Culkin
Adds a version of PreparedStatement that supports named parameter syntax.
2025-09-24Merge branch 'trunk' of git@ashardalon.com:bjc-utils2.git into trunkBenjamin Culkin
2025-09-24Add a JBrowser component + exampleBenjamin Culkin
This adds a JBrowser Swing component that is intended to work similarly to how the NSBrowser component in Swing works
2025-03-12Merge remote-tracking branch 'origin/trunk' into trunkBenjamin Culkin
2025-03-12Colors :pBenjamin Culkin
2024-06-04Work on StreamTerminal and the exampleBenjamin Culkin
Some work on StreamTerminal and its corresponding example
2023-06-23Misc UpdatesBen Culkin
2023-06-23Add terminalBen Culkin
This is some functionality based on the way that MVS/other IBM OSes handle their UI
2022-09-16CleanupBen Culkin
2021-03-13Reorganize examples a bitBen Culkin
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
2020-12-16Minor tweaksBen Culkin
2020-12-03Adapt to esodata changesBen Culkin
2020-11-21Add a 'functional' FizzBuzz exampleBen Culkin
2020-11-12Cleanup part 2Ben Culkin
2020-11-08Move BinarySearchTest to esodataBen Culkin
2020-04-13Cleanup some latent bugsBen Culkin
Cleanup some latent bugs
2020-04-13Cleanup pass IIBen Culkin
Part II of the cleanup pass
2020-04-12Finish esodata extractionBen Culkin
Finished extracting the old version of esodata, and fixed all the local issues
2020-04-07Remove utils.esodataBen Culkin
utils.esodata now also lives in the esodata project; not here
2018-09-19Move DelimSplitterTestBenjamin J. Culkin
2018-03-02Updatestudent
2017-10-08Start splitting into maven modulesBenjamin J. Culkin