0

I have a problem that I can't solve and it's not something like a loop problem or any problem-solving type one

I just want to create a basic GUI but whatever I do I can't import ActionListener, KeyListener, or any of the Layouts like GridLayout

enter image description here

enter image description here

enter image description here

To fix this problem I need to literally write 'import java.awt.evet.ActionListener;' And lastly, I deleted and re-uploaded eclipse with my codes but it's still there please help me

Emin-35
  • 71
  • 5
  • Eclipse 2021-09 filters out java.awt.*, this will be reverted in 2021-12. See the duplicate for how to clear the filter – greg-449 Nov 02 '21 at 21:48
  • THE PROPER SOLUTION IS OVER HERE !!!! https://stackoverflow.com/questions/69357171/eclipse-2021-09-code-completion-not-showing-all-methods-and-classes – Emin-35 Nov 03 '21 at 05:51

1 Answers1

0

you must import java.awt.* import javax.swings