The issue you have there is that state views can't display states of specific monitors, they display the state of specific class instances. Basically, Windows Computer is a class, each computer is an instance. Now, you display the state of the Windows Com...