Hello, i've searched for this in the forum but i didn't find anything usefull. What i want is to make a JFrame to be always on top but not stealing the focus. Scenario: I have a maximized app and i have a smaller jframe on top. When i click in the "main" application i want my JFrame to be on top of it but without stealing the focus from the application. I have this code:
Can you help me? Thanks! [ November 20, 2003: Message edited by: Joel de Matos ]
Scenario: I have a maximized app and i have a smaller jframe on top. When i click in the "main" application i want my JFrame to be on top of it but without stealing the focus from the application.