mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 00:20:54 +07:00
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
class X {
|
|
{
|
|
JButton b = new JButton();
|
|
b.addActionListener(e -> {
|
|
<spot>System.out.println("clicked");</spot>
|
|
});
|
|
}
|
|
} |