quelea-projection/Quelea

PreviewPanel.java - turn anonymous inner classes into lambdas

berry120 opened this issue · 3 comments

PreviewPanel.java has 3 anonymous inner classes used, these are all EventHandler:

  • liveButton.setOnAction(), line 64
  • setOnKeyTyped(), line 78
  • setOnKeyPressed(), line 86

These should all be replaced with lambdas to remove excess boilerplate code.

Hi, could you assign this to me?

Have raised PR #576 to fix this. Please check and merge if alright.

@berry120 can you review my PR?