HumbleUI / JWM

Cross-platform window management and OS integration library for Java
Apache License 2.0
561 stars 44 forks source link

Set app icon #95

Closed tonsky closed 3 years ago

tonsky commented 3 years ago

TODO: Check AWT & JavaFX

Preliminary:

Window::setIcon(File)

~Window::setIcon(byte[])~

i10416 commented 3 years ago

Which image fomat should SetIcon(File) function support?

( Windows native api(hIcon) seems to support only .ico format. )

tonsky commented 3 years ago

We were thinking of whatever native platform expects. That would mean ico for Windows, icns for macOS, not sure what (png?) for Linux

tonsky commented 3 years ago

Will be followed up by #135