Home » JAVA Programming » Java Basic » Question
  1. Which of these events will be notified if scroll bar is manipulated?
    1. WindowEvent
    2. AdjustmentEvent
    3. ActionEvent
    4. ComponentEvent
    5. None of these
Correct Option: B

AdjustmentEvent is generated when a scroll bar is manipulated.



Your comments will be displayed only after manual approval.