Application Export - Processing Wiki Tips re. ImageIcon for Title Bar Icon
in
Core Library Questions
•
2 years ago
The processing wiki for application export hints and tricks states:
Is it also necessary to declare ImageIcon? Just using the above code in setup is not working with the error message:
"Cannot find a class or type named "ImageIcon"
If ImageIcon needs to be declared before use, how to declare it?
- To set the icon used on the title bar for Windows, use the following code: (submitted by dxtx)
"Cannot find a class or type named "ImageIcon"
If ImageIcon needs to be declared before use, how to declare it?
1