can I obtain information about the monitor by programming in Java?

From: lucy (losemind_at_yahoo.com)
Date: 07/31/04


Date: Fri, 30 Jul 2004 16:40:23 -0700

Hi all,

I need your help on this. I need to automatically obtain information about
the monitor both on Linux and Windows. So I chose to program in Java.
Basically, I need the physical dimension of the monitor and its gamma value
and all other valuable information about the monitor which is stored
somewhere by the monitor manufactorer.

For example, can I get the diagonal viewable size of the monitor using Java?
(say 20.1" LCD, etc.)

How to do that?

thank you so much,

-Lucy



Relevant Pages

  • Re: About synchronization methods
    ... The Java guys themselves admit that what Java has is ... not the true monitor but some low level means to implement a monitor- ... Once you name the language, please name the one true language that is worthy enough to implement the runtimes/virtual-machine for its holiness. ... In fact, as I've pointed out before in detail, the whole "language supported" synchronization model of Java is nothing more than very shallow semantic sugar over the standard library mutex and condition variable synchronization model. ...
    (comp.programming.threads)
  • Re: Block in synchronized mathod
    ... Where are those coming from in a Java ... malice, or possibly by design. ... but using coarse-grained monitors when you're waiting ... (remember you can use any old Object as a monitor). ...
    (comp.lang.java.help)
  • Java + Monitor Issues
    ... Whether I am on or off line, if I use Java web start or open a Java run applet, my monitor goes black. ... I am using Windows XP Home Ed's drivers for my monitor as they are newer than the drivers provided by Hitachi dating from 1999. ...
    (microsoft.public.windowsxp.general)
  • WebSphere JVM Access Violation Problem running Java program that calls methods in a Windows C++ DLL
    ... Am having a problem running an Eclipse Java program in the IDE on ... JNI wrapper was developed using the SUN JVM. ... 0SECTION TITLE subcomponent dump routine ... 2LKPOOLINIT Initial monitor count: 32 ...
    (comp.lang.java.programmer)
  • Re: Java running for ever on Linux
    ... but I want to control my c++ simulations with a Java Swing program. ... Then your problem is not running a Java program "forever". ... If you want to be sure that something is running "forever" on Unix/Linux, consider adding a monitor process/script to inittab. ... If it is good enough to run a monitor process at regular intervals, instead of having it run permanently, you can consider to run one via cron. ...
    (comp.lang.java.programmer)