HumbleUI / JWM

Cross-platform window management and OS integration library for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set app icon

tonsky opened this issue · comments

TODO: Check AWT & JavaFX

Preliminary:

Window::setIcon(File)

Window::setIcon(byte[])

  • Windows
  • Linux
  • macOS

Which image fomat should SetIcon(File) function support?

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

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

Will be followed up by #135