{"id":28137072,"url":"https://github.com/rtlevy/swing-fullscreen-macos","last_synced_at":"2025-05-14T16:22:15.168Z","repository":{"id":97451456,"uuid":"83614771","full_name":"rtlevy/swing-fullscreen-macos","owner":"rtlevy","description":"Simple Java library that allows for full screen AWT/Swing applications using macOS's native fullscreen feature.","archived":false,"fork":false,"pushed_at":"2017-03-02T01:17:43.000Z","size":17,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-31T21:22:46.019Z","etag":null,"topics":["awt","eawt","java","mac","macos","swing"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rtlevy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2017-03-02T00:13:07.000Z","updated_at":"2024-05-31T21:22:51.167Z","dependencies_parsed_at":"2023-03-27T14:01:26.130Z","dependency_job_id":null,"html_url":"https://github.com/rtlevy/swing-fullscreen-macos","commit_stats":null,"previous_names":["rtlevy/swing-fullscreen-macos"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtlevy%2Fswing-fullscreen-macos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtlevy%2Fswing-fullscreen-macos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtlevy%2Fswing-fullscreen-macos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtlevy%2Fswing-fullscreen-macos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtlevy","download_url":"https://codeload.github.com/rtlevy/swing-fullscreen-macos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254179915,"owners_count":22027891,"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":["awt","eawt","java","mac","macos","swing"],"created_at":"2025-05-14T16:21:01.373Z","updated_at":"2025-05-14T16:22:15.160Z","avatar_url":"https://github.com/rtlevy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Copyright (C) 2017 Raphael Levy --\u003e\n\n# Swing FullScreen macOS\n\nA small Java library for making AWT/Swing applications natively full screen on macOS.\n\n## Usage\n\nFirst of all, import `FullScreenMacOS`:\n\n    import com.raphaellevy.fullscreen.FullScreenMacOS;\n    \nOnce you've created a `JFrame` or other `Window`, you can enable full screen for it:\n\n    FullScreenMacOS.setFullScreenEnabled(window, true);\n    \nThis will add a full screen button in normal Mac fashion. *After you have made the frame visible*,\nyou can tell it to enter full screen:\n\n    FullScreenMacOS.toggleFullScreen(fr);\n    \nIf you want to check whether full screen is available (e.g. you're running macOS/OS X 10.7+),\nuse `FullScreenMacOS.fullScreenAvailable()`.\n\n## Building\n\nThis project uses Apache Maven 2. To build, make sure you have Maven installed and `cd` to\nthe project directory. Run the command `mvn install` and find the newly-created jar in the\ntarget directory.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtlevy%2Fswing-fullscreen-macos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtlevy%2Fswing-fullscreen-macos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtlevy%2Fswing-fullscreen-macos/lists"}