awt, swing helpers
auto wiring between a bean and swing components
make a component droppable by one liner
Droppable.makeComponentSinglePathDroppable(component, p -> { ... });
an ordinary gui bound selector
an image component which has auto size adjustment
a text field with history dropdown
a file name field with history dropdown and the file chooser button
- renamer
- regex match global
- history saving is not stable
- history duplication
- on macos 13.5.2 on
renamer
period '.' is not rendered with Oracle (8) and Open JDK (21).- with Jetbrain's JDK (17) is OK
- reproducer couldn't reproduce now