/* * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. */ package beagleapp1; import java.util.ArrayList; import java.util.List; import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.control.ListView; import javafx.stage.Stage; /** * * @author akouznet */ public class ScrollButtonsShort extends Application { public static final int LINES_COUNT = 100; /** * @param args the command line arguments */ public static void main(String[] args) { launch(args); } @Override public void start(Stage stage) throws Exception { System.out.println("System.getProperty(\"os.name\") = " + System.getProperty("os.name")); System.out.println("System.getProperty(\"os.arch\") = " + System.getProperty("os.arch")); ListView