# Make window be always focused

**URL:** https://discourse.processing.org/t/make-window-be-always-focused/43059
**Category:** Coding Questions
**Created:** [October 25, 2023, 6:51pm UTC](https://discourse.processing.org/t/make-window-be-always-focused/43059 "2023-10-25T18:51:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Noodlybanan](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/noodlybanan/32/18897_2.png) [@Noodlybanan](https://discourse.processing.org/u/Noodlybanan)
#### Post date: [October 25, 2023, 6:51pm UTC](https://discourse.processing.org/t/make-window-be-always-focused/43059/1 "2023-10-25T18:51:13Z")

</div>

Hi!  
Is there a possibility to make a window be forced to always stay focused?  
Thanks for any advice in advance, -Libby 🙂

---

<div class="post-metadata">

### Author: ![sterretje](https://avatars.discourse-cdn.com/v4/letter/s/cdc98d/32.png) [@sterretje](https://discourse.processing.org/u/sterretje)
#### Post date: [October 28, 2023, 9:29am UTC](https://discourse.processing.org/t/make-window-be-always-focused/43059/2 "2023-10-28T09:29:57Z")

</div>

You might have to provide some more detail as to what you want to achieve. There is something called “kiosk mode” where only a single application runs; maybe it’s what you’re looking for. You can do a search on the web for “kiosk mode _your operating system_”.

---

<div class="post-metadata">

### Author: ![Noodlybanan](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/noodlybanan/32/18897_2.png) [@Noodlybanan](https://discourse.processing.org/u/Noodlybanan)
#### Post date: [October 28, 2023, 1:52pm UTC](https://discourse.processing.org/t/make-window-be-always-focused/43059/3 "2023-10-28T13:52:51Z")

</div>

Hi! I thought about making a processing window, which will be displayed on top of every other window, even if you klick on another window.  
-Libby
