mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
7 lines
122 B
Java
7 lines
122 B
Java
import javafx.scene.input.MouseEvent;
|
|
|
|
public class QuickfixSuper{
|
|
public void click(MouseEvent mouseEvent) {
|
|
|
|
}
|
|
} |