08
Apr

Common utilites to probe current system’s capabilities

Following code snippet can be used to capture few of capabilities of System under test: package com.allstate.utilities; import java.awt.Dimension; import java.awt.GraphicsDevice; import java.awt.GraphicsEnvironment; import java.awt.Toolkit; import java.net.InetAddress; import java.net.NetworkInterface;...

Read More