{"id":34988081,"url":"https://github.com/umjammer/vavi-awt","last_synced_at":"2026-05-19T13:37:25.758Z","repository":{"id":149564556,"uuid":"64641392","full_name":"umjammer/vavi-awt","owner":"umjammer","description":"🍄 awt, swing helpers","archived":false,"fork":false,"pushed_at":"2025-05-08T12:58:19.000Z","size":680,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T13:45:51.407Z","etag":null,"topics":["awt","java","jitpack","swing"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umjammer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-08-01T06:24:06.000Z","updated_at":"2025-05-08T12:57:23.000Z","dependencies_parsed_at":"2025-05-08T13:40:09.017Z","dependency_job_id":null,"html_url":"https://github.com/umjammer/vavi-awt","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/umjammer/vavi-awt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umjammer%2Fvavi-awt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umjammer%2Fvavi-awt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umjammer%2Fvavi-awt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umjammer%2Fvavi-awt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umjammer","download_url":"https://codeload.github.com/umjammer/vavi-awt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umjammer%2Fvavi-awt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33218940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awt","java","jitpack","swing"],"created_at":"2025-12-27T01:43:27.418Z","updated_at":"2026-05-19T13:37:25.754Z","avatar_url":"https://github.com/umjammer.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Release](https://jitpack.io/v/umjammer/vavi-awt.svg)](https://jitpack.io/#umjammer/vavi-awt)\n[![Java CI](https://github.com/umjammer/vavi-awt/actions/workflows/maven.yml/badge.svg)](https://github.com/umjammer/vavi-awt/actions/workflows/maven.yml)\n[![CodeQL](https://github.com/umjammer/vavi-awt/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/umjammer/vavi-awt/actions/workflows/codeql-analysis.yml)\n![Java](https://img.shields.io/badge/Java-17-b07219)\n\n# vavi-awt\n\n\u003cimg alt=\"logo\" src=\"src/test/resources/duke_cyber.png\" width=\"160\" /\u003e\n\n🖥️ awt, swing helpers\n\n## Install\n\n* [maven](https://jitpack.io/#umjammer/vavi-awt)\n\n## Usage\n\n### 🎨 Contents\n\n#### 🖌️ easy swing binding system\n\nauto wiring between a bean and swing components\n\n[sample](src/test/java/vavi/swing/binder/BinderTest.java)\n\n#### 🖌️ easy drag and drop system\n\nmake a component droppable by one liner\n\n```java\n    Droppable.makeComponentSinglePathDroppable(component, p -\u003e { ... });\n```\n\n#### 🖌️ rubber band selection\n\nan ordinary gui bound selector\n\n[sample](https://github.com/umjammer/vavi-image-sandbox/tree/master/src/test/java/Test32.java)\n\n#### 🖌️ JImageComponent\n\nan image component which has auto size adjustment and keeping aspect ratio\n\n[sample](src/test/java/JImageComponentTest.java)\n\n#### 🖌 JHistoryComboBox\n\na text field with history dropdown\n\n[sample](src/test/java/FileRenamer.java)\n\n#### 🖌 JFileChooserHistoryComboBox\n\na file name field with history dropdown and the file chooser button\n\n[sample](https://github.com/umjammer/vavi-apps-jwindiff)\n\n## References\n\n * JSR 295\n   * https://news.mynavi.jp/techplus/article/jsr-10/\n\n## TODO\n\n * renamer\n   * regex match global\n   * history saving is not stable\n   * history duplication\n * on macos 13.5.2 on `renamer` period '.' is not rendered with Oracle (8) and Open JDK (21).\n   * with Jetbrain's JDK (17) is OK\n   * [reproducer](src/test/java/IdeTest.java#period) couldn't reproduce now\n\n---\n\n\u003csub\u003eimage designed by @umjammer, drawn by nano banana\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumjammer%2Fvavi-awt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumjammer%2Fvavi-awt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumjammer%2Fvavi-awt/lists"}