Interviewer And Interviewee Guide

Java GUI Framework Interview Question:

How to make sure a window is always on top of all other windows using AWT or Swing?

Submitted by: Administrator
Before Java 1.5 you couldn't:

AWT and Swing didn't provide this feature. All you could do was to use a (modal) [J]Dialog, and make sure the [J]Dialog is provided with the correct parent/owner in the constructor.

Since Java 1.5:

Window.setAlwaysOnTop(), which is inherited by the other top-level containers like JFrame.
Submitted by: Administrator

Read Online Java GUI Framework Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.