Код: Выделить всё
if (comp instanceof JTextField textField) {
textField.setText(password);
}
Код: Выделить всё
java {
sourceCompatibility = 11
targetCompatibility = 11
}
Код: Выделить всё
error: pattern matching in instanceof is not supported in -source 11
if (comp instanceof JTextField textField) {
^
(use -source 16 or higher to enable pattern matching in instanceof)
Подробнее здесь: https://stackoverflow.com/questions/792 ... -supported
Мобильная версия