About Screen Resolution!!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sukatoa
    Contributor
    • Nov 2007
    • 539

    About Screen Resolution!!!

    Is there any java built-in class that implements the "capturing of the value of Screen Resolution"?

    like it returns a value that represents

    800 by 600 pixels or 1024 by 768 pixels etc?

    and returns a value that represents the Color quality

    16 bit, 32bit or 64bit etc?



    Waiting for your reply,
    sukatoa
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Have a look at the Toolkit utility class.

    kind regards,

    Jos

    Comment

    • sukatoa
      Contributor
      • Nov 2007
      • 539

      #3
      Originally posted by JosAH
      Have a look at the Toolkit utility class.

      kind regards,

      Jos
      Thanks Josh...

      Other than Toolkit, is there other class that is similar to Toolkit utility class?
      So that, i could make some experiments to them, i don't like to miss a thing...

      Thanks again,
      sukatoa.

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by sukatoa
        Thanks Josh...

        Other than Toolkit, is there other class that is similar to Toolkit utility class?
        Hopefully not because that would indicate that two different classes have the
        same functionality which is a severe nono. Of course there are many more
        utility classes (i.e. all public static methods or a factory method to get such
        a utility class).

        kind regards,

        Jos

        Comment

        Working...