{"id":30305382,"url":"https://github.com/valkryst/jfilelinklabel","last_synced_at":"2026-06-07T18:32:18.811Z","repository":{"id":295336374,"uuid":"989837607","full_name":"Valkryst/JFileLinkLabel","owner":"Valkryst","description":"A Java Swing component designed to display a clickable link to a File, Path, or URI.","archived":false,"fork":false,"pushed_at":"2025-07-09T14:08:27.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-09T15:25:43.647Z","etag":null,"topics":["file","java","jlabel","link","path","swing","uri"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Valkryst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"Valkryst"}},"created_at":"2025-05-24T23:43:58.000Z","updated_at":"2025-07-09T14:08:25.000Z","dependencies_parsed_at":"2025-05-25T01:05:17.744Z","dependency_job_id":"4deed4c6-e516-4363-a41f-b682f0174a31","html_url":"https://github.com/Valkryst/JFileLinkLabel","commit_stats":null,"previous_names":["valkryst/jfilelinklabel"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Valkryst/JFileLinkLabel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FJFileLinkLabel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FJFileLinkLabel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FJFileLinkLabel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FJFileLinkLabel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Valkryst","download_url":"https://codeload.github.com/Valkryst/JFileLinkLabel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FJFileLinkLabel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270820793,"owners_count":24651534,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["file","java","jlabel","link","path","swing","uri"],"created_at":"2025-08-17T08:09:13.200Z","updated_at":"2026-06-07T18:32:18.745Z","avatar_url":"https://github.com/Valkryst.png","language":"Java","funding_links":["https://github.com/sponsors/Valkryst"],"categories":[],"sub_categories":[],"readme":"`JFileLinkLabel` is a Java Swing component designed to display a usable link to a [File](https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/io/File.html),\n[Path](https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/nio/file/Path.html), or [URI](https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/net/URI.html).\n\n## Table of Contents\n\n* [Installation](https://github.com/Valkryst/JFileLinkLabel#installation)\n    * [Gradle](https://github.com/Valkryst/JFileLinkLabel#-gradle)\n    * [Maven](https://github.com/Valkryst/JFileLinkLabel#-maven)\n    * [sbt](https://github.com/Valkryst/JFileLinkLabel#-scala-sbt)\n* [Example](https://github.com/Valkryst/JFileLinkLabel#example)\n\n## Installation\n\nJFileLinkLabel is hosted on the [JitPack package repository](https://jitpack.io/#Valkryst/JFileLinkLabel)\nwhich supports Gradle, Maven, and sbt.\n\n### ![Gradle](https://i.imgur.com/qtc6bXq.png?1) Gradle\n\nAdd JitPack to your `build.gradle` at the end of repositories.\n\n```\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url 'https://jitpack.io' }\n\t}\n}\n```\n\nAdd JFileLinkLabel as a dependency.\n\n```\ndependencies {\n\timplementation 'com.github.Valkryst:JFileLinkLabel:2025.5.26'\n}\n```\n\n### ![Maven](https://i.imgur.com/2TZzobp.png?1) Maven\n\nAdd JitPack as a repository.\n\n``` xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejitpack.io\u003c/id\u003e\n        \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n```\nAdd JFileLinkLabel as a dependency.\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.Valkryst\u003c/groupId\u003e\n    \u003cartifactId\u003eJFileLinkLabel\u003c/artifactId\u003e\n    \u003cversion\u003e2025.5.26\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### ![Scala SBT](https://i.imgur.com/Nqv3mVd.png?1) Scala SBT\n\nAdd JitPack as a resolver.\n\n```\nresolvers += \"jitpack\" at \"https://jitpack.io\"\n```\n\nAdd JFileLinkLabel as a dependency.\n\n```\nlibraryDependencies += \"com.github.Valkryst\" % \"JFileLinkLabel\" % \"2025.5.26\"\n```\n\n## Example\n\nThis creates a new `JFileLinkLabel` and displays it in a `JFrame`.\n\n```java\npublic class Driver {\n  public static void main(final String[] args) {\n    SwingUtilities.invokeLater(() -\u003e {\n      final JFileLinkLabel link = new JFileLinkLabel(\n              \"Link to Home Directory\",\n              Paths.get(System.getProperty(\"user.home\"))\n      );\n      link.setForeground(Color.BLUE);\n\n      final JFrame frame = new JFrame(\"JFileLinkLabel Example\");\n      frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n      frame.setPreferredSize(new Dimension(400, 100));\n\n      final Container contentPane = frame.getContentPane();\n      contentPane.setLayout(new BorderLayout());\n      contentPane.add(link, BorderLayout.CENTER);\n\n      frame.setVisible(true);\n      frame.pack();\n      frame.setLocationRelativeTo(null);\n    });\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalkryst%2Fjfilelinklabel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalkryst%2Fjfilelinklabel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalkryst%2Fjfilelinklabel/lists"}