Hello
Guest
Register
Login
1 Hour
1 Day
1 Week
1 Month
Forever
LWJGL 3.2.3 released
Menu
Home
Help
Search
Login
Register
go
LWJGL Forum
Programming
OpenGL
Remove Taskbar Icon
« previous
next »
Print
Pages: [
1
]
Remove Taskbar Icon
1 Replies
918 Views
steve6472
3
Remove Taskbar Icon
«
on:
May 19, 2018, 21:12:08 »
I want to control my program with only System Tray Icon so is there any way to remove the Taskbar Icon ?
Logged
KaiHH
220
Re: Remove Taskbar Icon
«
Reply #1 on:
May 19, 2018, 21:35:53 »
This is not possible with GLFW (the window implementation used by LWJGL 3). But you can do it with SWT:
http://www.java2s.com/Tutorial/Java/0280__SWT/Placeaniconwithapopupmenuonthesystemtray.htm
And then when the user clicks on the tray icon (or on a context menu item), you could show your GLFW window. That means, you _can_ hide a GLFW window for it to not be displayed and also not occupy a slot in the task bar.
Logged
Print
Pages: [
1
]
« previous
next »