Little canvas demo, no library, very little code.
Visual inspiration:
From Bees & Bombs.
| <?import javafx.geometry.Insets?> | |
| <?import javafx.scene.layout.GridPane?> | |
| <?import javafx.scene.control.Button?> | |
| <?import javafx.scene.control.Label?> | |
| <GridPane fx:controller="sample.Controller" | |
| xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10"> | |
| </GridPane> |
| package com.devcolibri.mavenjavafxapp; | |
| import javafx.application.Application; | |
| import javafx.fxml.FXMLLoader; | |
| import javafx.scene.Parent; | |
| import javafx.scene.Scene; | |
| import javafx.stage.Stage; | |
| public class MainApp extends Application { |
Little canvas demo, no library, very little code.
Visual inspiration:
From Bees & Bombs.
> Dear ${user.first_name},
Dear sample01
> Dear ${user.password}
FreeMarket template error: the following has evaluated to null or missing...Q: Is it safe to allow users to upload templates if they are untrusted?