summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-12-08Rewrite NamedPreparedStatementBenjamin Culkin
Rewrite NamedPreparedStatement to properly support compile-once, run many times; otherwise known as external building Still need to finish the Javadocs, but...
2025-12-08Checkpoint commit for NamedPreparedStatementBenjamin Culkin
The checkpoint is that I attempted to patch the version of NamedPreparedStatement I had to support building external batches. This... didn't really work right; though it initially appeared to do so. I am going to rewrite NamedPreparedStatement to actually properly support this functionality instead of half-arsing it
2025-12-08Slight tweaks to BatchTaskProgressPanelBenjamin Culkin
2025-12-07Add BatchTaskProgressPanelBenjamin Culkin
Adds BatchTaskProgressPanel, a augmented/specialized version of MultiTaskProgressPanel that uses CollapsiblePanel to allow tracking of batches of related tasks using SwingWorkers
2025-12-07Add CollapsiblePanelBenjamin Culkin
Adds CollapsiblePanel, which is just a JPanel that is collapsible
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 simple delegate renderer for JListBenjamin Culkin
Adds a simple delegate renderer for JLists, for cases where you just want custom text for a list item
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-12-07Merge branch 'trunk' of git@ashardalon.com:bjc-utils2.git into trunkBenjamin Culkin
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-09-24Add some Color related thingsBenjamin Culkin
2025-03-12Merge remote-tracking branch 'origin/trunk' into trunkBenjamin Culkin
2025-03-12Colors :pBenjamin Culkin
2024-06-04Merge branch 'trunk' of git@ashardalon.com:bjc-utils2.git into trunkBenjamin Culkin
2024-06-04Work on StreamTerminal and the exampleBenjamin Culkin
Some work on StreamTerminal and its corresponding example
2024-01-31Tweak POM formattingBenjamin Culkin
2024-01-31Update gitignoreBenjamin Culkin
2024-01-21Fix thingsBenjamin Culkin
2023-11-09Add support for suffixed doubleBenjamin Culkin
2023-11-08Merge branch 'trunk' of git@ashardalon.com:bjc-utils2.git into trunkBen Culkin
2023-10-25Tweak for new setupbjculkin
2023-08-09Add mode supportBen Culkin
2023-06-25Add timeout supportBen Culkin
Add support for timeouts to Terminal, so you can say you only want to wait so long for a given reply
2023-06-25Fix a few warningsBen Culkin
2023-06-25Add some documentationBen Culkin
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-27Add some interesting new thingsBen Culkin
Adds a number of things based off of some of the notes I've made over time, plus a few papers I've read. More details to come later, whenever I decide to actually get serious about documentation and examples and the like
2022-09-16CleanupBen Culkin
2022-09-16Convert graph weights to labelsBen Culkin
2022-08-16Update a few thingsBen Culkin
2022-07-17Minor tweaksBen Culkin
2022-07-11Upgrade to Java 17bjcul
2022-03-20Merge branch 'master' of github.com:bculkin2442/bjc-utils2Benjamin J. Culkin
2021-12-14Merge pull request #2 from ↵Benjamin Culkin
bculkin2442/dependabot/maven/clformat/junit-junit-4.13.1 Bump junit from 4.12 to 4.13.1 in /clformat
2021-07-12Merge & UpdateBenjamin J. Culkin
2021-07-12Formatting tweaksBenjamin J. Culkin
2021-04-11Tweak a few thingsBen Culkin
2021-03-13Update documentationBen Culkin
2021-03-13Clear up some warningsBen Culkin
2021-03-13Remove un-implemented LineReader classBen Culkin
Not sure what this was originally intended to be, but the LineNumberReader class from java.io looks like it will work for what I generally want
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
2021-02-26UpdateBen Culkin
2020-12-16Merge branch 'master' of git@github.com:bculkin2442/bjc-utils2Ben Culkin
2020-12-16Minor tweaksBen Culkin
2020-12-14Minor message changeBenjamin J. Culkin
2020-12-14Merge branch 'master' of https://github.com/bculkin2442/bjc-utils2Benjamin J. Culkin
2020-12-14Add regex for linereadingBen Culkin
Adds an additional regex I came up with for reading indented blocks, as well as comment blocks