Skip to content

Instantly share code, notes, and snippets.

@cfierbin
Created February 14, 2015 12:43
Show Gist options
  • Save cfierbin/67a9aa45bc1e7155de1d to your computer and use it in GitHub Desktop.
Save cfierbin/67a9aa45bc1e7155de1d to your computer and use it in GitHub Desktop.
Scene with Shapes Project in NetBeans IDE 8.0.1
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.shape.*?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<Group onKeyPressed="#keyHandler" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="scenewithshapes.FXMLDocumentController">
<children>
<Sphere layoutX="50.0" layoutY="50.0" radius="50.0" />
</children>
</Group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment