Servis-Rhino 4211B Guide de l'utilisateur Page 269

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 298
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 268
JavaFX ComboBox
JavaFX Hyperlink
A Hyperlink widget behaves like a button but looks like a browser link.
JavaFX ImageView
The ImageView widget (which is in package javafx.scene.image) displays an image.
The image can be supplied on the ImageView constructor.
Take care to not share ImageViews between other components. Each component will need its
own instance of an ImageView because the same node in the scene graph can not occur in
multiple places.
An example of creating an ImageView instance might be:
ImageView imageView = new ImageView(new
Image(Splash.class.getResourceAsStream("images/Splash.png")));
See also:
javafx.scene.image.Image
JavaFX Label
The Label widget shows a piece of text on the screen.
The value of the label can be accessed through the "text" property.
Page 269
Vue de la page 268
1 2 ... 264 265 266 267 268 269 270 271 272 273 274 ... 297 298

Commentaires sur ces manuels

Pas de commentaire