2008年12月17日水曜日

JavaFX ScrollPane (Swing)


import javafx.ext.swing.SwingScrollPane;
import javafx.ext.swing.SwingList;
import javafx.ext.swing.SwingListItem;

//A list with three items
var scrollpane = SwingScrollPane{
height: 165
scrollable: true
view:
SwingList{items:[
SwingListItem{text:"Blend"},
SwingListItem{text:"Bloom"},
SwingListItem{text:"Color Adjust"},
SwingListItem{text:"Drop Shadow"},
SwingListItem{text:"Inner Shadow"},
SwingListItem{text:"Glow"},
SwingListItem{text:"Motion Blur"},
SwingListItem{text:"Gaussian Blur"},
SwingListItem{text:"Sepia Tone"},
SwingListItem{text:"Shadow"},
SwingListItem{text:"Flood"},
SwingListItem{text:"Lighting"},
SwingListItem{text:"Reflection"},
]}
};

0 件のコメント:

コメントを投稿