mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Given the advent of Java 8, anonymous classes for one-line commands are more visual distraction than they are helpful. I replaced the two used here as action listeners for buttons with equivalent lambdas.