Skip to content

Sample GUI code with Lambda Expression

githeko/SimpleUIb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleUIb

Sample GUI code with Lambda Expression

This is a simple Graphic User Interface example showing the use of a lambda expression as an event handler. Beside the lambda expression is an event handler using an abstract class

Labda expression: btn.setOnAction(event -> handler()); //Lambda expression event handler

public static void main(String[] args) { Application.launch(args); }

About

Sample GUI code with Lambda Expression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published