Create List and Choice in AWT Java

Опубликовано: 27 Февраль 2026
на канале: java code
15,568
30

In this AWT JAVA Tutorial, I will teach you, How to Create List and Choice in AWT. Both are class in JAVA. When we create an object of their class. Add items by using Add( ) method. You can get the item from the AWT List using GetItem method also use getSelectedIndex method.