We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO: Check AWT & JavaFX
Preliminary:
Window::setIcon(File)
Window::setIcon(byte[])
The text was updated successfully, but these errors were encountered:
Which image fomat should SetIcon(File) function support?
SetIcon(File)
( Windows native api(hIcon) seems to support only .ico format. )
hIcon
Sorry, something went wrong.
We were thinking of whatever native platform expects. That would mean ico for Windows, icns for macOS, not sure what (png?) for Linux
add setIcon function for Windows (#95 #126)
87a9967
Icon files for Windows/macOS/Linux #95
996fc73
Window::setIcon #95
55e2c79
Will be followed up by #135
tonsky
Alex2772
EgorOrachyov
No branches or pull requests
TODO: Check AWT & JavaFX
Preliminary:
Window::setIcon(byte[])The text was updated successfully, but these errors were encountered: