quelea-projection / Quelea

Open source projection software for churches.
https://quelea.org
GNU General Public License v3.0
154 stars 145 forks source link

PreviewPanel.java - turn anonymous inner classes into lambdas #575

Closed berry120 closed 1 year ago

berry120 commented 1 year ago

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

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

whyang0808 commented 1 year ago

Hi, could you assign this to me?

Dhi13man commented 1 year ago

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

Dhi13man commented 1 year ago

@berry120 can you review my PR?