{"id":19031460,"url":"https://github.com/plandes/guipref","last_synced_at":"2026-06-13T20:04:23.398Z","repository":{"id":57730030,"uuid":"62254361","full_name":"plandes/guipref","owner":"plandes","description":"GUI preferences for Java/Swing components","archived":false,"fork":false,"pushed_at":"2016-07-12T18:25:12.000Z","size":431,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T04:14:38.296Z","etag":null,"topics":["java","preference-support","swing-components"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plandes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-29T20:04:47.000Z","updated_at":"2017-06-22T18:59:55.000Z","dependencies_parsed_at":"2022-09-07T20:23:21.830Z","dependency_job_id":null,"html_url":"https://github.com/plandes/guipref","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plandes%2Fguipref","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plandes%2Fguipref/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plandes%2Fguipref/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plandes%2Fguipref/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plandes","download_url":"https://codeload.github.com/plandes/guipref/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240080755,"owners_count":19744920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["java","preference-support","swing-components"],"created_at":"2024-11-08T21:23:32.030Z","updated_at":"2026-05-03T07:30:18.181Z","avatar_url":"https://github.com/plandes.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Java/Swing GUI Preferences Library\n==================================\n\nThis is a small and compact library preferences utility library to (mostly)\nkeep preferences for Java/Swing components.  The idea is to provide, as\n*easily* as possible, a way to \"remember\" where windows,\nframes and other GUI components (i.e. dividers) between runs of an application.\n\nFeatures\n--------\n* Preference support for size and locations of `JFrames`.\n* Preference support for dividers in `JSplitPane`.\n* Registers preferences in your own name space and app to avoid name\n  collisions.\n\nObtaining\n---------\nIn your `pom.xml` file add the below or [look here](https://plandes.github.io/guipref/dependency-info.html):\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.zensols.gui\u003c/groupId\u003e\n    \u003cartifactId\u003epref\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.2\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nGetting Started\n---------------\n```java\npublic class MyFrame extends com.zensols.gui.pref.PrefFrame {\n    public class MyFrame() {\n        super(\"optionConfigFrame\");\n    }\n...\n}\n```\n\nDocumentation\n-------------\nMore [documentation](https://plandes.github.io/guipref/):\n* [Javadoc](https://plandes.github.io/guipref/apidocs/index.html)\n* [Dependencies](https://plandes.github.io/guipref/dependencies.html)\n\nLicense\n-------\nCopyright © 2016 Paul Landes\n\nGNU Lesser General Public License, Version 3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplandes%2Fguipref","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplandes%2Fguipref","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplandes%2Fguipref/lists"}