- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
69- Programming with java || what is JButton & JLabel?
In Java, a JButton is a push button that performs a specific action when clicked, while a JLabel is a component that displays text, an image, or both:
JButton
A Java Swing implementation of a push button that performs a specific action when clicked. You can create a JButton with text or an image.
JLabel
A component that displays text, an image, or both. You can use a JLabel to present un-editable content to the user, such as general instructions or in front of text fields or buttons. The content of a label can be changed via the setText method, but it is not editable by the end user.
Видео 69- Programming with java || what is JButton & JLabel? канала TechLearn(تک لرن)
JButton
A Java Swing implementation of a push button that performs a specific action when clicked. You can create a JButton with text or an image.
JLabel
A component that displays text, an image, or both. You can use a JLabel to present un-editable content to the user, such as general instructions or in front of text fields or buttons. The content of a label can be changed via the setText method, but it is not editable by the end user.
Видео 69- Programming with java || what is JButton & JLabel? канала TechLearn(تک لرن)
Комментарии отсутствуют
Информация о видео
28 сентября 2025 г. 1:00:47
00:39:53
Другие видео канала





















