Skip to content

Instantly share code, notes, and snippets.

@aalmiray
Created June 18, 2009 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aalmiray/132132 to your computer and use it in GitHub Desktop.
Save aalmiray/132132 to your computer and use it in GitHub Desktop.
import javafx.stage.*;
import javafx.scene.*;
import javafx.scene.text.*;
import javafx.ext.swing.*;
var stage = Stage {
title: "Swing"
width: 170
height: 50
scene: Scene {
content: {
SwingButton {
text: "Swing!"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment