|
|
How to determine if window is visible on the screen?
Hi,
Can java detemine if a particular window (e.g. JFrame) is visible on the
monitor (i.e. it is not hidden beneath some other programs)? How do you do
it?
Cheers,
Rach.
|
|
0
|
|
|
|
Reply
|
Rachel
|
1/7/2004 10:10:22 AM |
|
"Rachel" <rachelchew@vizzavi.NOSPAM.net> wrote in message
news:btgm1j$529$1@newshost.mot.com...
...
| Can java detemine if a particular window (e.g. JFrame) is
visible on the
| monitor (i.e. it is not hidden beneath some other programs)?
How do you do
| it?
Do you want to just find out, or make it front?
Window.toFront() makes it top window..
--
Andrew Thompson
* http://www.PhySci.org/ PhySci software suite
* http://www.1point1C.org/ 1.1C - Superluminal!
* http://www.AThompson.info/andrew/ personal site
|
|
0
|
|
|
|
Reply
|
Andrew
|
1/7/2004 5:21:36 PM
|
|
Rachel wrote:
> Hi,
>
> Can java detemine if a particular window (e.g. JFrame) is visible on the
> monitor (i.e. it is not hidden beneath some other programs)? How do you do
> it?
I would have to say 'Why?'
What's the reason you have for wanting to check this? What are you
trying to do?
|
|
0
|
|
|
|
Reply
|
Jon
|
1/14/2004 7:16:15 PM
|
|
|
2 Replies
501 Views
(page loaded in 0.039 seconds)
Similiar Articles: How to determine if window is visible on the screen? - comp.lang ...Hi, Can java detemine if a particular window (e.g. JFrame) is visible on the monitor (i.e. it is not hidden beneath some other programs)? How do you ... guide: how to open a full-screen window? - comp.soft-sys.matlab ...- The inner position fills the screen, so the window border is invisbile, but the taskbar is still visible. - Even the taskbar is invisible and the AXES([0, 0, 1, 1 ... How can I get visible area on Android browser? - comp.lang ...I tested the below code to find out attributes which return current visible area size ... window.clientWidth: " + window.clientWidth + "\n" + "screen.width ... Determine the size of the Taskbar - comp.os.ms-windows.programmer ...Hello, how can I determine the visible hight and width of the taskbar and where the ... guide: how to open a full-screen window? - comp.soft-sys.matlab ... - Even the ... programatically determine if scrollbar is visible? - comp.lang ...For A Popup Window To Close - Move The Scrollbar On A ... How to determine if a Flexgrid scrollbar is visible: scrollbar ..... anyone have a reliable way to find out if a ... A splash screen - comp.lang.java.guiI am trying to create a splash screen. I would like it to be visible for a few seconds while the ... In VC++, I could do this by creating the splash screen window with the ... How to start a windows application minimized (or hidden) - comp ...... on the shortcut, then calc.exe shows up as a visible window ... OpenGL without Output on the screen? - comp.graphics ... How to determine path of executable? - comp.unix ... How to save a figure without displaying ? - comp.soft-sys.matlab ...Try this: figure( h ); plot(....,'Visible',off ... save a few figures without interacting with the screen ... and is familiar to me, but it opens a "figure" window 3 ... Screen elements not showing in IE - comp.lang.javascript ...... like body { overflow-x: hidden; overflow-y: hidden; } so that some elements are not visible with a smaller window while they are shown in a full screen window? Determine number of open files and/or open file locks - comp.sys ...Is there some way, that I can find out how many open ... the idiot who tosses a lit cigarette out his car window ... of the bug was that the processes were not visible at all... How to determine if window is visible on the screen? - comp.lang ...Hi, Can java detemine if a particular window (e.g. JFrame) is visible on the monitor (i.e. it is not hidden beneath some other programs)? How do you ... Painting only when your window is visible on the screen - The Old ...Painting only when your window is visible on the screen ... as the window is not covered by another window. The easiest way to determine ... 7/21/2012 1:41:14 AM
|
|
|
|
|
|
|
|
|