I want to set different icons for the stage. But right now it is not applied for the stage. I tested this with Sep 28th build 437 with jdk6u10 b31.
======================= Testcase ===============================
import javafx.stage.*;
import javafx.scene.shape.*;
import javafx.scene.*;
import javafx.scene.paint.*;
import javafx.ext.swing.*;
import javafx.scene.layout.*;
import javafx.scene.image.*;
Stage {
scene : Scene{
content : [
layout
]
}
decoration : Decoration {
title : bind tfield.text
icons : [Image{
url : "http://sqindia.india.sun.com/disk16/AWTNightly/Adhoc/NewUpdatedFXWS/resources/images/images.jpeg"
},
Image{
url : "http://sqindia.india.sun.com/disk16/AWTNightly/Adhoc/NewUpdatedFXWS/resources/images/MusicDuke.jpeg"
}]
}
width : 300
height : 300
visible : true
}
===================================================================================================
======================= Testcase ===============================
import javafx.stage.*;
import javafx.scene.shape.*;
import javafx.scene.*;
import javafx.scene.paint.*;
import javafx.ext.swing.*;
import javafx.scene.layout.*;
import javafx.scene.image.*;
Stage {
scene : Scene{
content : [
layout
]
}
decoration : Decoration {
title : bind tfield.text
icons : [Image{
url : "http://sqindia.india.sun.com/disk16/AWTNightly/Adhoc/NewUpdatedFXWS/resources/images/images.jpeg"
},
Image{
url : "http://sqindia.india.sun.com/disk16/AWTNightly/Adhoc/NewUpdatedFXWS/resources/images/MusicDuke.jpeg"
}]
}
width : 300
height : 300
visible : true
}
===================================================================================================