книги
авторы
Вход/Регистрация
Java Code
вернуться
Крючков Алексей Алексеевич
Шрифт:
Arial
Century
Courier
Georgia
Tahoma
Verdana
Times New Roman
-
+
tl1.setOnFinished((ae) ->
{
new Thread( -> {
try
{
Thread.sleep(2000);
}
catch (InterruptedException e)
{
e.getMessage;
}
Timeline tl2 = new Timeline;
KeyFrame fadeOutKey1 = new KeyFrame(Duration.millis(500), new KeyValue (toastStage.getScene.getRoot.opacityProperty, 0));
tl2.getKeyFrames.add(fadeOutKey1);
tl2.setOnFinished((aeb) -> toastStage.close);
tl2.play;
}).start;
});
tl1.play;
}
Генератор арифметического примера
String arithSchema1{
int a,b,c,d;
Random random=new Random;
Конец ознакомительного фрагмента.
1
2
3
4
5