Is it possible to change the application icon using JavaFX 2, or does it have to be done using Swing?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Assuming your stage is "stage":
|
|||||||||
|
|
I tried this and it totally works. The code is:
icon.pgn is under the same folder as the source files. |
||||
|
|
|
I know all the other expert answers work fine. Just written a full program for starters. This program set Stack Overflow Icon.
Output Screnshot
Hope it helps. Thanks!! |
||||
|
|
|
Another easy way to insert your own icon on the title bar in JavaFX is to add the image to your primary stage using the following method:
Make sure your import javafx.scene.image.Image (if using an ide like netbeans this should be automatically done for you). |
|||||
|
