Posted 28 October 2016 - 03:38 PM
So this is the error I'm getting with my code.
My code is designed to add a series of functions that enable you to run programs across multiple screens.
So far, I wrote a function which allows you to draw images from paintutils.loadImage() across multiple screens.
This has worked with most monitor sizes, but with an 8x4 screen it throws "Java.lang.NullPointerException"
This is what I have called:
Could you help me understand where this is coming from?
Thanks in advance!
My code is designed to add a series of functions that enable you to run programs across multiple screens.
So far, I wrote a function which allows you to draw images from paintutils.loadImage() across multiple screens.
This has worked with most monitor sizes, but with an 8x4 screen it throws "Java.lang.NullPointerException"
This is what I have called:
mov.draw("test",11,11,"monitor_1","monitor_2")
Could you help me understand where this is coming from?
Thanks in advance!